Html Css Color HEX #C02812 Harley Davidson Orange

📋 copy color: '#C02812'

red 192 ◦ green 40 ◦ blue 18

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

Shades of Harley Davidson Orange #C02812

Tints of Harley Davidson Orange #C02812

RGB

 RED value IS 192 (75.39% from 255) = 76.8%

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

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

R = 76.8%
G = 16%
B = 7.2%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02812 (or 0xC02812) is known color: Harley Davidson Orange. HEX triplet: C0, 28 and 12. RGB value is (192,40,18). Sum of RGB (Red+Green+Blue) = 192+40+18=250 (33% of max value = 765). Red value is 192 (75.39% from 255 or 76.8% from 250); Green value is 40 (16.02% from 255 or 16% from 250); Blue value is 18 (7.42% from 255 or 7.2% from 250); Max value from RGB is 192 - color contains mainly: red. Hex color #C02812 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02812 is #3FD7ED. Grayscale: #535353. Windows color (decimal): -4184046 or 1190080. OLE color: 1190080.

HSL color Cylindrical-coordinate representation of color #C02812: hue angle of 7.59º degrees, saturation: 0.83, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #C02812 is Cyan = 0, Magento = 0.79, Yellow = 0.91 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 40 18 -
CMYK 0 0.79 0.91 0.25
HSL 7.59º 0.83% 0.41% -
HSV(B) 7.59º 0.91% 0.75% -
XYZ 22.61 12.77 1.85 -
YUV 82.94 91.36 205.79 -
System Red Green Blue C M Y K H S L
Decimal 192 40 18 0 0.79 0.91 0.25 7.59 0.83 0.41
Hex C0 28 12 0 4F 5B 19 8 53 29
Octal 300 50 22 0 117 133 31 10 123 51
Binary 11000000 101000 10010 0 1001111 1011011 11001 1000 1010011 101001

Color Harmonies of #C02812

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02812

Black with #C02812

Text Example


Text Example

White with #C02812

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02812; }

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

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

background-color css

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

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

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

border-color css

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

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

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