Html Css Color HEX #CA4518 Harley Davidson Orange

📋 copy color: '#CA4518'

red 202 ◦ green 69 ◦ blue 24

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

Shades of Harley Davidson Orange #CA4518

Tints of Harley Davidson Orange #CA4518

RGB

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

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

 BLUE value IS 24 (9.77% from 255) = 8.14%

R = 68.47%
G = 23.39%
B = 8.14%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4518 (or 0xCA4518) is known color: Harley Davidson Orange. HEX triplet: CA, 45 and 18. RGB value is (202,69,24). Sum of RGB (Red+Green+Blue) = 202+69+24=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 69 (27.34% from 255 or 23.39% from 295); Blue value is 24 (9.77% from 255 or 8.14% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4518 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4518 is #35BAE7. Grayscale: #676767. Windows color (decimal): -3521256 or 1590730. OLE color: 1590730.

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

Color convert

RGB 202 69 24 -
CMYK 0 0.66 0.88 0.21
HSL 15.17º 0.79% 0.44% -
HSV(B) 15.17º 0.88% 0.79% -
XYZ 26.65 16.88 2.72 -
YUV 103.64 83.06 198.16 -
System Red Green Blue C M Y K H S L
Decimal 202 69 24 0 0.66 0.88 0.21 15.17 0.79 0.44
Hex CA 45 18 0 42 58 15 F 4F 2C
Octal 312 105 30 0 102 130 25 17 117 54
Binary 11001010 1000101 11000 0 1000010 1011000 10101 1111 1001111 101100

Color Harmonies of #CA4518

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4518

Black with #CA4518

Text Example


Text Example

White with #CA4518

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4518; }

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

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

background-color css

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

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

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

border-color css

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

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

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