Html Css Color HEX #C52212 Harley Davidson Orange

📋 copy color: '#C52212'

red 197 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #C52212

Tints of Harley Davidson Orange #C52212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.23%

R = 79.12%
G = 13.65%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.23

RGB Variations

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

Color information

#C52212 (or 0xC52212) is known color: Harley Davidson Orange. HEX triplet: C5, 22 and 12. RGB value is (197,34,18). Sum of RGB (Red+Green+Blue) = 197+34+18=249 (32% of max value = 765). Red value is 197 (77.34% from 255 or 79.12% from 249); Green value is 34 (13.67% from 255 or 13.65% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 197 - color contains mainly: red. Hex color #C52212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C52212 is #3ADDED. Grayscale: #515151. Windows color (decimal): -3857902 or 1188549. OLE color: 1188549.

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

Color convert

RGB 197 34 18 -
CMYK 0 0.83 0.91 0.23
HSL 5.36º 0.83% 0.42% -
HSV(B) 5.36º 0.91% 0.77% -
XYZ 23.71 13.06 1.84 -
YUV 80.91 92.5 210.8 -
System Red Green Blue C M Y K H S L
Decimal 197 34 18 0 0.83 0.91 0.23 5.36 0.83 0.42
Hex C5 22 12 0 53 5B 17 5 53 2A
Octal 305 42 22 0 123 133 27 5 123 52
Binary 11000101 100010 10010 0 1010011 1011011 10111 101 1010011 101010

Color Harmonies of #C52212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C52212

Black with #C52212

Text Example


Text Example

White with #C52212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C52212; }

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

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

background-color css

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

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

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

border-color css

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

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

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