Html Css Color HEX #C62206 Harley Davidson Orange

📋 copy color: '#C62206'

red 198 ◦ green 34 ◦ blue 6

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

Shades of Harley Davidson Orange #C62206

Tints of Harley Davidson Orange #C62206

RGB

 RED value IS 198 (77.73% from 255) = 83.19%

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

 BLUE value IS 6 (2.73% from 255) = 2.52%

R = 83.19%
G = 14.29%
B = 2.52%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.97

 K value IS 0.22

RGB Variations

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

Color information

#C62206 (or 0xC62206) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 06. RGB value is (198,34,6). Sum of RGB (Red+Green+Blue) = 198+34+6=238 (31% of max value = 765). Red value is 198 (77.73% from 255 or 83.19% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 6 (2.73% from 255 or 2.52% from 238); Max value from RGB is 198 - color contains mainly: red. Hex color #C62206 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62206 is #39DDF9. Grayscale: #505050. Windows color (decimal): -3792378 or 402118. OLE color: 402118.

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

Color convert

RGB 198 34 6 -
CMYK 0 0.83 0.97 0.22
HSL 8.75º 0.94% 0.4% -
HSV(B) 8.75º 0.97% 0.78% -
XYZ 23.89 13.16 1.45 -
YUV 79.84 86.33 212.28 -
System Red Green Blue C M Y K H S L
Decimal 198 34 6 0 0.83 0.97 0.22 8.75 0.94 0.4
Hex C6 22 6 0 53 61 16 9 5E 28
Octal 306 42 6 0 123 141 26 11 136 50
Binary 11000110 100010 110 0 1010011 1100001 10110 1001 1011110 101000

Color Harmonies of #C62206

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62206

Black with #C62206

Text Example


Text Example

White with #C62206

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62206; }

 p { color: rgb(198,34,6); }

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

background-color css

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

 a { background-color: rgb(198,34,6); }

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

border-color css

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

 span { border-color: rgb(198,34,6); }

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