Html Css Color HEX #CA4819 Harley Davidson Orange

📋 copy color: '#CA4819'

red 202 ◦ green 72 ◦ blue 25

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

Shades of Harley Davidson Orange #CA4819

Tints of Harley Davidson Orange #CA4819

RGB

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

 GREEN value IS 72 (28.52% from 255) = 24.08%

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

R = 67.56%
G = 24.08%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA4819 (or 0xCA4819) is known color: Harley Davidson Orange. HEX triplet: CA, 48 and 19. RGB value is (202,72,25). Sum of RGB (Red+Green+Blue) = 202+72+25=299 (39% of max value = 765). Red value is 202 (79.30% from 255 or 67.56% from 299); Green value is 72 (28.52% from 255 or 24.08% from 299); Blue value is 25 (10.16% from 255 or 8.36% from 299); Max value from RGB is 202 - color contains mainly: red. Hex color #CA4819 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA4819 is #35B7E6. Grayscale: #696969. Windows color (decimal): -3520487 or 1657034. OLE color: 1657034.

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

Color convert

RGB 202 72 25 -
CMYK 0 0.64 0.88 0.21
HSL 15.93º 0.78% 0.45% -
HSV(B) 15.93º 0.88% 0.79% -
XYZ 26.85 17.26 2.84 -
YUV 105.51 82.57 196.82 -
System Red Green Blue C M Y K H S L
Decimal 202 72 25 0 0.64 0.88 0.21 15.93 0.78 0.45
Hex CA 48 19 0 40 58 15 10 4E 2D
Octal 312 110 31 0 100 130 25 20 116 55
Binary 11001010 1001000 11001 0 1000000 1011000 10101 10000 1001110 101101

Color Harmonies of #CA4819

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA4819

Black with #CA4819

Text Example


Text Example

White with #CA4819

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA4819; }

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

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

background-color css

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

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

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

border-color css

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

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

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