Html Css Color HEX #C82712 Harley Davidson Orange

📋 copy color: '#C82712'

red 200 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #C82712

Tints of Harley Davidson Orange #C82712

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.18%

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

R = 77.82%
G = 15.18%
B = 7%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C82712 (or 0xC82712) is known color: Harley Davidson Orange. HEX triplet: C8, 27 and 12. RGB value is (200,39,18). Sum of RGB (Red+Green+Blue) = 200+39+18=257 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.82% from 257); Green value is 39 (15.62% from 255 or 15.18% from 257); Blue value is 18 (7.42% from 255 or 7.00% from 257); Max value from RGB is 200 - color contains mainly: red. Hex color #C82712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82712 is #37D8ED. Grayscale: #545454. Windows color (decimal): -3660014 or 1189832. OLE color: 1189832.

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

Color convert

RGB 200 39 18 -
CMYK 0 0.80 0.91 0.22
HSL 6.92º 0.83% 0.43% -
HSV(B) 6.92º 0.91% 0.78% -
XYZ 24.65 13.77 1.93 -
YUV 84.75 90.34 210.21 -
System Red Green Blue C M Y K H S L
Decimal 200 39 18 0 0.80 0.91 0.22 6.92 0.83 0.43
Hex C8 27 12 0 50 5B 16 7 53 2B
Octal 310 47 22 0 120 133 26 7 123 53
Binary 11001000 100111 10010 0 1010000 1011011 10110 111 1010011 101011

Color Harmonies of #C82712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82712

Black with #C82712

Text Example


Text Example

White with #C82712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82712; }

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

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

background-color css

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

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

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

border-color css

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

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

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