Html Css Color HEX #C52200 Harley Davidson Orange

📋 copy color: '#C52200'

red 197 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #C52200

Tints of Harley Davidson Orange #C52200

RGB

 RED value IS 197 (77.34% from 255) = 85.28%

 GREEN value IS 34 (13.67% from 255) = 14.72%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.28%
G = 14.72%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C52200 (or 0xC52200) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 00. RGB value is (197,34,0). Sum of RGB (Red+Green+Blue) = 197+34+0=231 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.28% from 231); Green value is 34 (13.67% from 255 or 14.72% from 231); Blue value is 0 (0.39% from 255 or 0% from 231); Max value from RGB is 197 - color contains mainly: red. Hex color #C52200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52200 is #3ADDFF. Grayscale: #4F4F4F. Windows color (decimal): -3857920 or 8901. OLE color: 8901.

HSL color Cylindrical-coordinate representation of color #C52200: hue angle of 10.36º degrees, saturation: 1, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C52200 is Cyan = 0, Magento = 0.83, Yellow = 1 and Black (K on CMYK) = 0.23.

Color convert

RGB 197 34 0 -
CMYK 0 0.83 1 0.23
HSL 10.36º 1% 0.39% -
HSV(B) 10.36º 1% 0.77% -
XYZ 23.6 13.01 1.27 -
YUV 78.86 83.5 212.26 -
System Red Green Blue C M Y K H S L
Decimal 197 34 0 0 0.83 1 0.23 10.36 1 0.39
Hex C5 22 0 0 53 64 17 A 64 27
Octal 305 42 0 0 123 144 27 12 144 47
Binary 11000101 100010 0 0 1010011 1100100 10111 1010 1100100 100111

Color Harmonies of #C52200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52200

Black with #C52200

Text Example


Text Example

White with #C52200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52200; }

 p { color: rgb(197,34,0); }

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

background-color css

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

 a { background-color: rgb(197,34,0); }

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

border-color css

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

 span { border-color: rgb(197,34,0); }

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