Html Css Color HEX #C82812 Harley Davidson Orange

📋 copy color: '#C82812'

red 200 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #C82812

Tints of Harley Davidson Orange #C82812

RGB

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

 GREEN value IS 40 (16.02% from 255) = 15.5%

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

R = 77.52%
G = 15.5%
B = 6.98%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C82812 (or 0xC82812) is known color: Harley Davidson Orange. HEX triplet: C8, 28 and 12. RGB value is (200,40,18). Sum of RGB (Red+Green+Blue) = 200+40+18=258 (34% of max value = 765). Red value is 200 (78.52% from 255 or 77.52% from 258); Green value is 40 (16.02% from 255 or 15.50% from 258); Blue value is 18 (7.42% from 255 or 6.98% from 258); Max value from RGB is 200 - color contains mainly: red. Hex color #C82812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82812 is #37D7ED. Grayscale: #555555. Windows color (decimal): -3659758 or 1190088. OLE color: 1190088.

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

Color convert

RGB 200 40 18 -
CMYK 0 0.8 0.91 0.22
HSL 7.25º 0.83% 0.43% -
HSV(B) 7.25º 0.91% 0.78% -
XYZ 24.69 13.84 1.94 -
YUV 85.33 90.01 209.79 -
System Red Green Blue C M Y K H S L
Decimal 200 40 18 0 0.8 0.91 0.22 7.25 0.83 0.43
Hex C8 28 12 0 50 5B 16 7 53 2B
Octal 310 50 22 0 120 133 26 7 123 53
Binary 11001000 101000 10010 0 1010000 1011011 10110 111 1010011 101011

Color Harmonies of #C82812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82812

Black with #C82812

Text Example


Text Example

White with #C82812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82812; }

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

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

background-color css

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

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

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

border-color css

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

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

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