Html Css Color HEX #C62207 Harley Davidson Orange

📋 copy color: '#C62207'

red 198 ◦ green 34 ◦ blue 7

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

Shades of Harley Davidson Orange #C62207

Tints of Harley Davidson Orange #C62207

RGB

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

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

 BLUE value IS 7 (3.13% from 255) = 2.93%

R = 82.85%
G = 14.23%
B = 2.93%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.96

 K value IS 0.22

RGB Variations

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

Color information

#C62207 (or 0xC62207) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 07. RGB value is (198,34,7). Sum of RGB (Red+Green+Blue) = 198+34+7=239 (31% of max value = 765). Red value is 198 (77.73% from 255 or 82.85% from 239); Green value is 34 (13.67% from 255 or 14.23% from 239); Blue value is 7 (3.12% from 255 or 2.93% from 239); Max value from RGB is 198 - color contains mainly: red. Hex color #C62207 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62207 is #39DDF8. Grayscale: #505050. Windows color (decimal): -3792377 or 467654. OLE color: 467654.

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

Color convert

RGB 198 34 7 -
CMYK 0 0.83 0.96 0.22
HSL 8.48º 0.93% 0.4% -
HSV(B) 8.48º 0.96% 0.78% -
XYZ 23.9 13.17 1.48 -
YUV 79.96 86.83 212.2 -
System Red Green Blue C M Y K H S L
Decimal 198 34 7 0 0.83 0.96 0.22 8.48 0.93 0.4
Hex C6 22 7 0 53 60 16 8 5D 28
Octal 306 42 7 0 123 140 26 10 135 50
Binary 11000110 100010 111 0 1010011 1100000 10110 1000 1011101 101000

Color Harmonies of #C62207

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62207

Black with #C62207

Text Example


Text Example

White with #C62207

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62207; }

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

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

background-color css

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

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

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

border-color css

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

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

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