Html Css Color HEX #CA4514 Harley Davidson Orange

📋 copy color: '#CA4514'

red 202 ◦ green 69 ◦ blue 20

#CA4514
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Harley Davidson Orange #CA4514

Tints of Harley Davidson Orange #CA4514

RGB

 RED value IS 202 (79.3% from 255) = 69.42%

 GREEN value IS 69 (27.34% from 255) = 23.71%

 BLUE value IS 20 (8.2% from 255) = 6.87%

R = 69.42%
G = 23.71%
B = 6.87%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.90

 K value IS 0.21

RGB Variations

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

Color information

#CA4514 (or 0xCA4514) is known color: Harley Davidson Orange. HEX triplet: CA, 45 and 14. RGB value is (202,69,20). Sum of RGB (Red+Green+Blue) = 202+69+20=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 69 (27.34% from 255 or 23.71% from 291); Blue value is 20 (8.20% from 255 or 6.87% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4514 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4514 is #35BAEB. Grayscale: #676767. Windows color (decimal): -3521260 or 1328586. OLE color: 1328586.

HSL color Cylindrical-coordinate representation of color #CA4514: hue angle of 16.15º 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 #CA4514 is Cyan = 0, Magento = 0.66, Yellow = 0.90 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 69 20 -
CMYK 0 0.66 0.90 0.21
HSL 16.15º 0.82% 0.44% -
HSV(B) 16.15º 0.9% 0.79% -
XYZ 26.61 16.86 2.51 -
YUV 103.18 81.06 198.48 -
System Red Green Blue C M Y K H S L
Decimal 202 69 20 0 0.66 0.90 0.21 16.15 0.82 0.44
Hex CA 45 14 0 42 5A 15 10 52 2C
Octal 312 105 24 0 102 132 25 20 122 54
Binary 11001010 1000101 10100 0 1000010 1011010 10101 10000 1010010 101100

Color Harmonies of #CA4514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4514

Black with #CA4514

Text Example


Text Example

White with #CA4514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4514; }

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

 H1.HeaderClassName
 {
   color: #CA4514;
 }
 .AnyTagClassName
 {
   color: #CA4514;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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