Html Css Color HEX #C82204 Harley Davidson Orange

📋 copy color: '#C82204'

red 200 ◦ green 34 ◦ blue 4

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

Shades of Harley Davidson Orange #C82204

Tints of Harley Davidson Orange #C82204

RGB

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

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

 BLUE value IS 4 (1.95% from 255) = 1.68%

R = 84.03%
G = 14.29%
B = 1.68%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.22

RGB Variations

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

Color information

#C82204 (or 0xC82204) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 04. RGB value is (200,34,4). Sum of RGB (Red+Green+Blue) = 200+34+4=238 (31% of max value = 765). Red value is 200 (78.52% from 255 or 84.03% from 238); Green value is 34 (13.67% from 255 or 14.29% from 238); Blue value is 4 (1.95% from 255 or 1.68% from 238); Max value from RGB is 200 - color contains mainly: red. Hex color #C82204 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82204 is #37DDFB. Grayscale: #505050. Windows color (decimal): -3661308 or 271048. OLE color: 271048.

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

Color convert

RGB 200 34 4 -
CMYK 0 0.83 0.98 0.22
HSL 9.18º 0.96% 0.4% -
HSV(B) 9.18º 0.98% 0.78% -
XYZ 24.41 13.43 1.42 -
YUV 80.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 200 34 4 0 0.83 0.98 0.22 9.18 0.96 0.4
Hex C8 22 4 0 53 62 16 9 60 28
Octal 310 42 4 0 123 142 26 11 140 50
Binary 11001000 100010 100 0 1010011 1100010 10110 1001 1100000 101000

Color Harmonies of #C82204

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82204

Black with #C82204

Text Example


Text Example

White with #C82204

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82204; }

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

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

background-color css

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

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

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

border-color css

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

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

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