Html Css Color HEX #C12212 Harley Davidson Orange

📋 copy color: '#C12212'

red 193 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #C12212

Tints of Harley Davidson Orange #C12212

RGB

 RED value IS 193 (75.78% from 255) = 78.78%

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

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

R = 78.78%
G = 13.88%
B = 7.35%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C12212 (or 0xC12212) is known color: Harley Davidson Orange. HEX triplet: C1, 22 and 12. RGB value is (193,34,18). Sum of RGB (Red+Green+Blue) = 193+34+18=245 (32% of max value = 765). Red value is 193 (75.78% from 255 or 78.78% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 18 (7.42% from 255 or 7.35% from 245); Max value from RGB is 193 - color contains mainly: red. Hex color #C12212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C12212 is #3EDDED. Grayscale: #4F4F4F. Windows color (decimal): -4120046 or 1188545. OLE color: 1188545.

HSL color Cylindrical-coordinate representation of color #C12212: hue angle of 5.49º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C12212 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.24.

Color convert

RGB 193 34 18 -
CMYK 0 0.82 0.91 0.24
HSL 5.49º 0.83% 0.41% -
HSV(B) 5.49º 0.91% 0.76% -
XYZ 22.67 12.53 1.79 -
YUV 79.72 93.18 208.8 -
System Red Green Blue C M Y K H S L
Decimal 193 34 18 0 0.82 0.91 0.24 5.49 0.83 0.41
Hex C1 22 12 0 52 5B 18 5 53 29
Octal 301 42 22 0 122 133 30 5 123 51
Binary 11000001 100010 10010 0 1010010 1011011 11000 101 1010011 101001

Color Harmonies of #C12212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C12212

Black with #C12212

Text Example


Text Example

White with #C12212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C12212; }

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

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

background-color css

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

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

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

border-color css

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

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

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