Html Css Color HEX #CA4419 Harley Davidson Orange

📋 copy color: '#CA4419'

red 202 ◦ green 68 ◦ blue 25

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

Shades of Harley Davidson Orange #CA4419

Tints of Harley Davidson Orange #CA4419

RGB

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

 GREEN value IS 68 (26.95% from 255) = 23.05%

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

R = 68.47%
G = 23.05%
B = 8.47%

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

#CA4419 (or 0xCA4419) is known color: Harley Davidson Orange. HEX triplet: CA, 44 and 19. RGB value is (202,68,25). Sum of RGB (Red+Green+Blue) = 202+68+25=295 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.47% from 295); Green value is 68 (26.95% from 255 or 23.05% from 295); Blue value is 25 (10.16% from 255 or 8.47% from 295); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4419 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4419 is #35BBE6. Grayscale: #676767. Windows color (decimal): -3521511 or 1656010. OLE color: 1656010.

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

Color convert

RGB 202 68 25 -
CMYK 0 0.66 0.88 0.21
HSL 14.58º 0.78% 0.45% -
HSV(B) 14.58º 0.88% 0.79% -
XYZ 26.6 16.76 2.75 -
YUV 103.16 83.89 198.5 -
System Red Green Blue C M Y K H S L
Decimal 202 68 25 0 0.66 0.88 0.21 14.58 0.78 0.45
Hex CA 44 19 0 42 58 15 F 4E 2D
Octal 312 104 31 0 102 130 25 17 116 55
Binary 11001010 1000100 11001 0 1000010 1011000 10101 1111 1001110 101101

Color Harmonies of #CA4419

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4419

Black with #CA4419

Text Example


Text Example

White with #CA4419

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4419; }

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

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

background-color css

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

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

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

border-color css

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

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

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