Html Css Color HEX #C82612 Harley Davidson Orange

📋 copy color: '#C82612'

red 200 ◦ green 38 ◦ blue 18

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

Shades of Harley Davidson Orange #C82612

Tints of Harley Davidson Orange #C82612

RGB

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

 GREEN value IS 38 (15.23% from 255) = 14.84%

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

R = 78.13%
G = 14.84%
B = 7.03%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.22

RGB Variations

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

Color information

#C82612 (or 0xC82612) is known color: Harley Davidson Orange. HEX triplet: C8, 26 and 12. RGB value is (200,38,18). Sum of RGB (Red+Green+Blue) = 200+38+18=256 (33% of max value = 765). Red value is 200 (78.52% from 255 or 78.12% from 256); Green value is 38 (15.23% from 255 or 14.84% from 256); Blue value is 18 (7.42% from 255 or 7.03% from 256); Max value from RGB is 200 - color contains mainly: red. Hex color #C82612 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C82612 is #37D9ED. Grayscale: #545454. Windows color (decimal): -3660270 or 1189576. OLE color: 1189576.

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

Color convert

RGB 200 38 18 -
CMYK 0 0.81 0.91 0.22
HSL 6.59º 0.83% 0.43% -
HSV(B) 6.59º 0.91% 0.78% -
XYZ 24.62 13.71 1.92 -
YUV 84.16 90.67 210.63 -
System Red Green Blue C M Y K H S L
Decimal 200 38 18 0 0.81 0.91 0.22 6.59 0.83 0.43
Hex C8 26 12 0 51 5B 16 7 53 2B
Octal 310 46 22 0 121 133 26 7 123 53
Binary 11001000 100110 10010 0 1010001 1011011 10110 111 1010011 101011

Color Harmonies of #C82612

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C82612

Black with #C82612

Text Example


Text Example

White with #C82612

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C82612; }

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

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

background-color css

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

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

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

border-color css

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

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

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