Html Css Color HEX #CA3011 Harley Davidson Orange

📋 copy color: '#CA3011'

red 202 ◦ green 48 ◦ blue 17

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

Shades of Harley Davidson Orange #CA3011

Tints of Harley Davidson Orange #CA3011

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.98%

 BLUE value IS 17 (7.03% from 255) = 6.37%

R = 75.66%
G = 17.98%
B = 6.37%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.92

 K value IS 0.21

RGB Variations

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

Color information

#CA3011 (or 0xCA3011) is known color: Harley Davidson Orange. HEX triplet: CA, 30 and 11. RGB value is (202,48,17). Sum of RGB (Red+Green+Blue) = 202+48+17=267 (35% of max value = 765). Red value is 202 (79.30% from 255 or 75.66% from 267); Green value is 48 (19.14% from 255 or 17.98% from 267); Blue value is 17 (7.03% from 255 or 6.37% from 267); Max value from RGB is 202 - color contains mainly: red. Hex color #CA3011 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #CA3011 is #35CFEE. Grayscale: #5A5A5A. Windows color (decimal): -3526639 or 1126602. OLE color: 1126602.

HSL color Cylindrical-coordinate representation of color #CA3011: hue angle of 10.05º degrees, saturation: 0.84, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #CA3011 is Cyan = 0, Magento = 0.76, Yellow = 0.92 and Black (K on CMYK) = 0.21.

Color convert

RGB 202 48 17 -
CMYK 0 0.76 0.92 0.21
HSL 10.05º 0.84% 0.43% -
HSV(B) 10.05º 0.92% 0.79% -
XYZ 25.52 14.71 2.03 -
YUV 90.51 86.52 207.52 -
System Red Green Blue C M Y K H S L
Decimal 202 48 17 0 0.76 0.92 0.21 10.05 0.84 0.43
Hex CA 30 11 0 4C 5C 15 A 54 2B
Octal 312 60 21 0 114 134 25 12 124 53
Binary 11001010 110000 10001 0 1001100 1011100 10101 1010 1010100 101011

Color Harmonies of #CA3011

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CA3011

Black with #CA3011

Text Example


Text Example

White with #CA3011

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CA3011; }

 p { color: rgb(202,48,17); }

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

background-color css

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

 a { background-color: rgb(202,48,17); }

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

border-color css

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

 span { border-color: rgb(202,48,17); }

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