Html Css Color HEX #C22512 Harley Davidson Orange

📋 copy color: '#C22512'

red 194 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #C22512

Tints of Harley Davidson Orange #C22512

RGB

 RED value IS 194 (76.17% from 255) = 77.91%

 GREEN value IS 37 (14.84% from 255) = 14.86%

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

R = 77.91%
G = 14.86%
B = 7.23%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.24

RGB Variations

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

Color information

#C22512 (or 0xC22512) is known color: Harley Davidson Orange. HEX triplet: C2, 25 and 12. RGB value is (194,37,18). Sum of RGB (Red+Green+Blue) = 194+37+18=249 (32% of max value = 765). Red value is 194 (76.17% from 255 or 77.91% from 249); Green value is 37 (14.84% from 255 or 14.86% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 194 - color contains mainly: red. Hex color #C22512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C22512 is #3DDAED. Grayscale: #525252. Windows color (decimal): -4053742 or 1189314. OLE color: 1189314.

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

Color convert

RGB 194 37 18 -
CMYK 0 0.81 0.91 0.24
HSL 6.48º 0.83% 0.42% -
HSV(B) 6.48º 0.91% 0.76% -
XYZ 23.02 12.84 1.84 -
YUV 81.78 92.01 208.04 -
System Red Green Blue C M Y K H S L
Decimal 194 37 18 0 0.81 0.91 0.24 6.48 0.83 0.42
Hex C2 25 12 0 51 5B 18 6 53 2A
Octal 302 45 22 0 121 133 30 6 123 52
Binary 11000010 100101 10010 0 1010001 1011011 11000 110 1010011 101010

Color Harmonies of #C22512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C22512

Black with #C22512

Text Example


Text Example

White with #C22512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C22512; }

 p { color: rgb(194,37,18); }

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

background-color css

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

 a { background-color: rgb(194,37,18); }

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

border-color css

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

 span { border-color: rgb(194,37,18); }

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