Html Css Color HEX #C82202 Harley Davidson Orange

📋 copy color: '#C82202'

red 200 ◦ green 34 ◦ blue 2

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

Shades of Harley Davidson Orange #C82202

Tints of Harley Davidson Orange #C82202

RGB

 RED value IS 200 (78.52% from 255) = 84.75%

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

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

R = 84.75%
G = 14.41%
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

#C82202 (or 0xC82202) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 02. RGB value is (200,34,2). Sum of RGB (Red+Green+Blue) = 200+34+2=236 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.75% from 236); Green value is 34 (13.67% from 255 or 14.41% from 236); Blue value is 2 (1.17% from 255 or 0.85% from 236); Max value from RGB is 200 - color contains mainly: red. Hex color #C82202 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82202 is #37DDFD. Grayscale: #505050. Windows color (decimal): -3661310 or 139976. OLE color: 139976.

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

Color convert

RGB 200 34 2 -
CMYK 0 0.83 0.99 0.22
HSL 9.7º 0.98% 0.4% -
HSV(B) 9.7º 0.99% 0.78% -
XYZ 24.4 13.43 1.36 -
YUV 79.99 84 213.6 -
System Red Green Blue C M Y K H S L
Decimal 200 34 2 0 0.83 0.99 0.22 9.7 0.98 0.4
Hex C8 22 2 0 53 63 16 A 62 28
Octal 310 42 2 0 123 143 26 12 142 50
Binary 11001000 100010 10 0 1010011 1100011 10110 1010 1100010 101000

Color Harmonies of #C82202

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82202

Black with #C82202

Text Example


Text Example

White with #C82202

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82202; }

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

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

background-color css

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

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

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

border-color css

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

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

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