#ca2714

Color #CA2714 Harley Davidson Orange (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Harley Davidson Orange #CA2714

Tints of Harley Davidson Orange #CA2714

Color information

#CA2714 (or 0xCA2714) is unknown color: approx Harley Davidson Orange. HEX triplet: CA, 27 and 14. RGB value is (202,39,20). Sum of RGB (Red+Green+Blue) = 202+39+20=261 (34% of max value = 765). Red value is 202 (79.30% from 255 or 77.39% from 261); Green value is 39 (15.62% from 255 or 14.94% from 261); Blue value is 20 (8.20% from 255 or 7.66% from 261); Max value from RGB is 202 - color contains mainly: red. Hex color #CA2714 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA2714 is #35D8EB. Grayscale: #555555. Windows color (decimal): -3528940 or 1320906. OLE color: 1320906.

HSL color Cylindrical-coordinate representation of color #CA2714: hue angle of 6.26º degrees, saturation: 0.82, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CA2714 is Cyan = 0, Magento = 0.81, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB2023920-
CMYK00.810.900.21
HSL6.26º81.98%43.53%-
HSV(B)6.26º90.1%79.22%-
XYZ25.2114.062.05-
YUV85.5791211.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 202 (79.30% from 255) = 77.39%
GREEN value IS 39 (15.62% from 255) = 14.94%
BLUE value IS 20 (8.20% from 255) = 7.66%
R=77.39%
G=14.94%
B=7.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.90
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal202392000.810.900.216.2681.9843.53
HexCA27140515A156522c
Octal3124724012113225612254
Binary1100101010011110100010100011011010101011101010010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #ca2714

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #ca2714; }

 p { color: rgb(202,39,20); }

 H1.HeaderClassName
 {
   color: #ca2714;
 }
 .AnyTagClassName
 {
   color: #ca2714;
 }
</style>
background-color css

<style>
 a { background-color: #ca2714; }

 a { background-color: rgb(202,39,20); }

 div.DivClassName
 {
   background-color: #ca2714;
 }
 .BgClassName
 {
   background-color: #ca2714;
 }
</style>
border-color css

<style>
 span { border-color: #ca2714; }

 span { border-color: rgb(202,39,20); }

 td.TdClassName
 {
   border-color: #ca2714;
 }
 .TagClassName
 {
   border-color: #ca2714;
 }
</style>