Html Css Color HEX #C02512 Harley Davidson Orange

📋 copy color: '#C02512'

red 192 ◦ green 37 ◦ blue 18

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

Shades of Harley Davidson Orange #C02512

Tints of Harley Davidson Orange #C02512

RGB

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

 GREEN value IS 37 (14.84% from 255) = 14.98%

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

R = 77.73%
G = 14.98%
B = 7.29%

CMYK

 C value IS 0

 M value IS 0.81

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02512 (or 0xC02512) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 12. RGB value is (192,37,18). Sum of RGB (Red+Green+Blue) = 192+37+18=247 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.73% from 247); Green value is 37 (14.84% from 255 or 14.98% from 247); Blue value is 18 (7.42% from 255 or 7.29% from 247); Max value from RGB is 192 - color contains mainly: red. Hex color #C02512 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02512 is #3FDAED. Grayscale: #515151. Windows color (decimal): -4184814 or 1189312. OLE color: 1189312.

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

Color convert

RGB 192 37 18 -
CMYK 0 0.81 0.91 0.25
HSL 6.55º 0.83% 0.41% -
HSV(B) 6.55º 0.91% 0.75% -
XYZ 22.51 12.57 1.81 -
YUV 81.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 192 37 18 0 0.81 0.91 0.25 6.55 0.83 0.41
Hex C0 25 12 0 51 5B 19 7 53 29
Octal 300 45 22 0 121 133 31 7 123 51
Binary 11000000 100101 10010 0 1010001 1011011 11001 111 1010011 101001

Color Harmonies of #C02512

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02512

Black with #C02512

Text Example


Text Example

White with #C02512

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02512; }

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

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

background-color css

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

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

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

border-color css

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

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

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