Html Css Color HEX #C62200 Harley Davidson Orange

📋 copy color: '#C62200'

red 198 ◦ green 34 ◦ blue 0

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

Shades of Harley Davidson Orange #C62200

Tints of Harley Davidson Orange #C62200

RGB

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

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

 BLUE value IS 0 (0.39% from 255) = 0%

R = 85.34%
G = 14.66%
B = 0%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 1

 K value IS 0.22

RGB Variations

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

Color information

#C62200 (or 0xC62200) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 00. RGB value is (198,34,0). Sum of RGB (Red+Green+Blue) = 198+34+0=232 (30% of max value = 765). Red value is 198 (77.73% from 255 or 85.34% from 232); Green value is 34 (13.67% from 255 or 14.66% from 232); Blue value is 0 (0.39% from 255 or 0% from 232); Max value from RGB is 198 - color contains mainly: red. Hex color #C62200 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62200 is #39DDFF. Grayscale: #4F4F4F. Windows color (decimal): -3792384 or 8902. OLE color: 8902.

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

Color convert

RGB 198 34 0 -
CMYK 0 0.83 1 0.22
HSL 10.3º 1% 0.39% -
HSV(B) 10.3º 1% 0.78% -
XYZ 23.86 13.15 1.28 -
YUV 79.16 83.33 212.76 -
System Red Green Blue C M Y K H S L
Decimal 198 34 0 0 0.83 1 0.22 10.3 1 0.39
Hex C6 22 0 0 53 64 16 A 64 27
Octal 306 42 0 0 123 144 26 12 144 47
Binary 11000110 100010 0 0 1010011 1100100 10110 1010 1100100 100111

Color Harmonies of #C62200

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62200

Black with #C62200

Text Example


Text Example

White with #C62200

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62200; }

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

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

background-color css

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

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

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

border-color css

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

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

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