Html Css Color HEX #C62202 Harley Davidson Orange

📋 copy color: '#C62202'

red 198 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #C62202

Tints of Harley Davidson Orange #C62202

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.85%

R = 84.62%
G = 14.53%
B = 0.85%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.99

 K value IS 0.22

RGB Variations

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

Color information

#C62202 (or 0xC62202) is known color: Harley Davidson Orange. HEX triplet: C6, 22 and 02. RGB value is (198,34,2). Sum of RGB (Red+Green+Blue) = 198+34+2=234 (30% of max value = 765). Red value is 198 (77.73% from 255 or 84.62% from 234); Green value is 34 (13.67% from 255 or 14.53% from 234); Blue value is 2 (1.17% from 255 or 0.85% from 234); Max value from RGB is 198 - color contains mainly: red. Hex color #C62202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C62202 is #39DDFD. Grayscale: #4F4F4F. Windows color (decimal): -3792382 or 139974. OLE color: 139974.

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

Color convert

RGB 198 34 2 -
CMYK 0 0.83 0.99 0.22
HSL 9.8º 0.98% 0.39% -
HSV(B) 9.8º 0.99% 0.78% -
XYZ 23.87 13.15 1.34 -
YUV 79.39 84.33 212.6 -
System Red Green Blue C M Y K H S L
Decimal 198 34 2 0 0.83 0.99 0.22 9.8 0.98 0.39
Hex C6 22 2 0 53 63 16 A 62 27
Octal 306 42 2 0 123 143 26 12 142 47
Binary 11000110 100010 10 0 1010011 1100011 10110 1010 1100010 100111

Color Harmonies of #C62202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C62202

Black with #C62202

Text Example


Text Example

White with #C62202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C62202; }

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

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

background-color css

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

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

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

border-color css

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

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

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