Html Css Color HEX #CA4619 Harley Davidson Orange

📋 copy color: '#CA4619'

red 202 ◦ green 70 ◦ blue 25

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

Shades of Harley Davidson Orange #CA4619

Tints of Harley Davidson Orange #CA4619

RGB

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

 GREEN value IS 70 (27.73% from 255) = 23.57%

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

R = 68.01%
G = 23.57%
B = 8.42%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4619 (or 0xCA4619) is known color: Harley Davidson Orange. HEX triplet: CA, 46 and 19. RGB value is (202,70,25). Sum of RGB (Red+Green+Blue) = 202+70+25=297 (39% of max value = 765). Red value is 202 (79.30% from 255 or 68.01% from 297); Green value is 70 (27.73% from 255 or 23.57% from 297); Blue value is 25 (10.16% from 255 or 8.42% from 297); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4619 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4619 is #35B9E6. Grayscale: #686868. Windows color (decimal): -3520999 or 1656522. OLE color: 1656522.

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

Color convert

RGB 202 70 25 -
CMYK 0 0.65 0.88 0.21
HSL 15.25º 0.78% 0.45% -
HSV(B) 15.25º 0.88% 0.79% -
XYZ 26.72 17.01 2.79 -
YUV 104.34 83.23 197.66 -
System Red Green Blue C M Y K H S L
Decimal 202 70 25 0 0.65 0.88 0.21 15.25 0.78 0.45
Hex CA 46 19 0 41 58 15 F 4E 2D
Octal 312 106 31 0 101 130 25 17 116 55
Binary 11001010 1000110 11001 0 1000001 1011000 10101 1111 1001110 101101

Color Harmonies of #CA4619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4619

Black with #CA4619

Text Example


Text Example

White with #CA4619

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4619; }

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

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

background-color css

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

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

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

border-color css

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

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

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