Html Css Color HEX #C82212 Harley Davidson Orange

📋 copy color: '#C82212'

red 200 ◦ green 34 ◦ blue 18

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

Shades of Harley Davidson Orange #C82212

Tints of Harley Davidson Orange #C82212

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 7.14%

R = 79.37%
G = 13.49%
B = 7.14%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C82212 (or 0xC82212) is known color: Harley Davidson Orange. HEX triplet: C8, 22 and 12. RGB value is (200,34,18). Sum of RGB (Red+Green+Blue) = 200+34+18=252 (33% of max value = 765). Red value is 200 (78.52% from 255 or 79.37% from 252); Green value is 34 (13.67% from 255 or 13.49% from 252); Blue value is 18 (7.42% from 255 or 7.14% from 252); Max value from RGB is 200 - color contains mainly: red. Hex color #C82212 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82212 is #37DDED. Grayscale: #525252. Windows color (decimal): -3661294 or 1188552. OLE color: 1188552.

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

Color convert

RGB 200 34 18 -
CMYK 0 0.83 0.91 0.22
HSL 5.27º 0.83% 0.43% -
HSV(B) 5.27º 0.91% 0.78% -
XYZ 24.5 13.47 1.88 -
YUV 81.81 92 212.3 -
System Red Green Blue C M Y K H S L
Decimal 200 34 18 0 0.83 0.91 0.22 5.27 0.83 0.43
Hex C8 22 12 0 53 5B 16 5 53 2B
Octal 310 42 22 0 123 133 26 5 123 53
Binary 11001000 100010 10010 0 1010011 1011011 10110 101 1010011 101011

Color Harmonies of #C82212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82212

Black with #C82212

Text Example


Text Example

White with #C82212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82212; }

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

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

background-color css

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

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

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

border-color css

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

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

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