Html Css Color HEX #CA3119 Harley Davidson Orange

📋 copy color: '#CA3119'

red 202 ◦ green 49 ◦ blue 25

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

Shades of Harley Davidson Orange #CA3119

Tints of Harley Davidson Orange #CA3119

RGB

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

 GREEN value IS 49 (19.53% from 255) = 17.75%

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

R = 73.19%
G = 17.75%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.88

 K value IS 0.21

RGB Variations

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

Color information

#CA3119 (or 0xCA3119) is known color: Harley Davidson Orange. HEX triplet: CA, 31 and 19. RGB value is (202,49,25). Sum of RGB (Red+Green+Blue) = 202+49+25=276 (36% of max value = 765). Red value is 202 (79.30% from 255 or 73.19% from 276); Green value is 49 (19.53% from 255 or 17.75% from 276); Blue value is 25 (10.16% from 255 or 9.06% from 276); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3119 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3119 is #35CEE6. Grayscale: #5C5C5C. Windows color (decimal): -3526375 or 1651146. OLE color: 1651146.

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

Color convert

RGB 202 49 25 -
CMYK 0 0.76 0.88 0.21
HSL 8.14º 0.78% 0.45% -
HSV(B) 8.14º 0.88% 0.79% -
XYZ 25.63 14.82 2.43 -
YUV 92.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 202 49 25 0 0.76 0.88 0.21 8.14 0.78 0.45
Hex CA 31 19 0 4C 58 15 8 4E 2D
Octal 312 61 31 0 114 130 25 10 116 55
Binary 11001010 110001 11001 0 1001100 1011000 10101 1000 1001110 101101

Color Harmonies of #CA3119

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3119

Black with #CA3119

Text Example


Text Example

White with #CA3119

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3119; }

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

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

background-color css

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

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

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

border-color css

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

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

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