Html Css Color HEX #CA4019 Harley Davidson Orange

📋 copy color: '#CA4019'

red 202 ◦ green 64 ◦ blue 25

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

Shades of Harley Davidson Orange #CA4019

Tints of Harley Davidson Orange #CA4019

RGB

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

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

 BLUE value IS 25 (10.16% from 255) = 8.59%

R = 69.42%
G = 21.99%
B = 8.59%

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

#CA4019 (or 0xCA4019) is known color: Harley Davidson Orange. HEX triplet: CA, 40 and 19. RGB value is (202,64,25). Sum of RGB (Red+Green+Blue) = 202+64+25=291 (38% of max value = 765). Red value is 202 (79.30% from 255 or 69.42% from 291); Green value is 64 (25.39% from 255 or 21.99% from 291); Blue value is 25 (10.16% from 255 or 8.59% from 291); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4019 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4019 is #35BFE6. Grayscale: #656565. Windows color (decimal): -3522535 or 1654986. OLE color: 1654986.

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

Color convert

RGB 202 64 25 -
CMYK 0 0.68 0.88 0.21
HSL 13.22º 0.78% 0.45% -
HSV(B) 13.22º 0.88% 0.79% -
XYZ 26.37 16.29 2.68 -
YUV 100.82 85.22 200.17 -
System Red Green Blue C M Y K H S L
Decimal 202 64 25 0 0.68 0.88 0.21 13.22 0.78 0.45
Hex CA 40 19 0 44 58 15 D 4E 2D
Octal 312 100 31 0 104 130 25 15 116 55
Binary 11001010 1000000 11001 0 1000100 1011000 10101 1101 1001110 101101

Color Harmonies of #CA4019

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4019

Black with #CA4019

Text Example


Text Example

White with #CA4019

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4019; }

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

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

background-color css

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

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

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

border-color css

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

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

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