Html Css Color HEX #C7220C Harley Davidson Orange

📋 copy color: '#C7220C'

red 199 ◦ green 34 ◦ blue 12

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

Shades of Harley Davidson Orange #C7220C

Tints of Harley Davidson Orange #C7220C

RGB

 RED value IS 199 (78.13% from 255) = 81.22%

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

 BLUE value IS 12 (5.08% from 255) = 4.9%

R = 81.22%
G = 13.88%
B = 4.9%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.22

RGB Variations

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

Color information

#C7220C (or 0xC7220C) is known color: Harley Davidson Orange. HEX triplet: C7, 22 and 0C. RGB value is (199,34,12). Sum of RGB (Red+Green+Blue) = 199+34+12=245 (32% of max value = 765). Red value is 199 (78.12% from 255 or 81.22% from 245); Green value is 34 (13.67% from 255 or 13.88% from 245); Blue value is 12 (5.08% from 255 or 4.90% from 245); Max value from RGB is 199 - color contains mainly: red. Hex color #C7220C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C7220C is #38DDF3. Grayscale: #515151. Windows color (decimal): -3726836 or 795335. OLE color: 795335.

HSL color Cylindrical-coordinate representation of color #C7220C: hue angle of 7.06º degrees, saturation: 0.89, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #C7220C is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.22.

Color convert

RGB 199 34 12 -
CMYK 0 0.83 0.94 0.22
HSL 7.06º 0.89% 0.41% -
HSV(B) 7.06º 0.94% 0.78% -
XYZ 24.19 13.31 1.64 -
YUV 80.83 89.16 212.29 -
System Red Green Blue C M Y K H S L
Decimal 199 34 12 0 0.83 0.94 0.22 7.06 0.89 0.41
Hex C7 22 C 0 53 5E 16 7 59 29
Octal 307 42 14 0 123 136 26 7 131 51
Binary 11000111 100010 1100 0 1010011 1011110 10110 111 1011001 101001

Color Harmonies of #C7220C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C7220C

Black with #C7220C

Text Example


Text Example

White with #C7220C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C7220C; }

 p { color: rgb(199,34,12); }

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

background-color css

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

 a { background-color: rgb(199,34,12); }

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

border-color css

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

 span { border-color: rgb(199,34,12); }

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