Html Css Color HEX #CA4018 Harley Davidson Orange

📋 copy color: '#CA4018'

red 202 ◦ green 64 ◦ blue 24

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

Shades of Harley Davidson Orange #CA4018

Tints of Harley Davidson Orange #CA4018

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 69.66%
G = 22.07%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4018 (or 0xCA4018) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 18. RGB value is (202,64,24). Sum of RGB (Red+Green+Blue) = 202+64+24=290 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.66% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 24 (9.77% from 255 or 8.28% from 290); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4018 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4018 is #35BFE7. Grayscale: #646464. Windows color (decimal): -3522536 or 1589450. OLE color: 1589450.

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

Color convert

RGB 202 64 24 -
CMYK 0 0.68 0.88 0.21
HSL 13.48º 0.79% 0.44% -
HSV(B) 13.48º 0.88% 0.79% -
XYZ 26.36 16.29 2.62 -
YUV 100.7 84.72 200.25 -
System Red Green Blue C M Y K H S L
Decimal 202 64 24 0 0.68 0.88 0.21 13.48 0.79 0.44
Hex CA 40 18 0 44 58 15 D 4F 2C
Octal 312 100 30 0 104 130 25 15 117 54
Binary 11001010 1000000 11000 0 1000100 1011000 10101 1101 1001111 101100

Color Harmonies of #CA4018

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4018

Black with #CA4018

Text Example


Text Example

White with #CA4018

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4018; }

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

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

background-color css

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

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

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

border-color css

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

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

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