Html Css Color HEX #C82012 Harley Davidson Orange

📋 copy color: '#C82012'

red 200 ◦ green 32 ◦ blue 18

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

Shades of Harley Davidson Orange #C82012

Tints of Harley Davidson Orange #C82012

RGB

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

 GREEN value IS 32 (12.89% from 255) = 12.8%

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

R = 80%
G = 12.8%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C82012 (or 0xC82012) is known color: Harley Davidson Orange. HEX triplet: C8, 20 and 12. RGB value is (200,32,18). Sum of RGB (Red+Green+Blue) = 200+32+18=250 (33% of max value = 765). Red value is 200 (78.52% from 255 or 80% from 250); Green value is 32 (12.89% from 255 or 12.8% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 200 - color contains mainly: red. Hex color #C82012 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82012 is #37DFED. Grayscale: #505050. Windows color (decimal): -3661806 or 1188040. OLE color: 1188040.

HSL color Cylindrical-coordinate representation of color #C82012: hue angle of 4.62º 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 #C82012 is Cyan = 0, Magento = 0.84, Yellow = 0.91 and Black (K on CMYK) = 0.22.

Color convert

RGB 200 32 18 -
CMYK 0 0.84 0.91 0.22
HSL 4.62º 0.83% 0.43% -
HSV(B) 4.62º 0.91% 0.78% -
XYZ 24.45 13.36 1.86 -
YUV 80.64 92.66 213.14 -
System Red Green Blue C M Y K H S L
Decimal 200 32 18 0 0.84 0.91 0.22 4.62 0.83 0.43
Hex C8 20 12 0 54 5B 16 5 53 2B
Octal 310 40 22 0 124 133 26 5 123 53
Binary 11001000 100000 10010 0 1010100 1011011 10110 101 1010011 101011

Color Harmonies of #C82012

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82012

Black with #C82012

Text Example


Text Example

White with #C82012

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82012; }

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

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

background-color css

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

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

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

border-color css

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

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

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