Html Css Color HEX #C02511 Harley Davidson Orange

📋 copy color: '#C02511'

red 192 ◦ green 37 ◦ blue 17

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

Shades of Harley Davidson Orange #C02511

Tints of Harley Davidson Orange #C02511

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 6.91%

R = 78.05%
G = 15.04%
B = 6.91%

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

#C02511 (or 0xC02511) is known color: Harley Davidson Orange. HEX triplet: C0, 25 and 11. RGB value is (192,37,17). Sum of RGB (Red+Green+Blue) = 192+37+17=246 (32% of max value = 765). Red value is 192 (75.39% from 255 or 78.05% from 246); Green value is 37 (14.84% from 255 or 15.04% from 246); Blue value is 17 (7.03% from 255 or 6.91% from 246); Max value from RGB is 192 - color contains mainly: red. Hex color #C02511 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02511 is #3FDAEE. Grayscale: #515151. Windows color (decimal): -4184815 or 1123776. OLE color: 1123776.

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

Color convert

RGB 192 37 17 -
CMYK 0 0.81 0.91 0.25
HSL 6.86º 0.84% 0.41% -
HSV(B) 6.86º 0.91% 0.75% -
XYZ 22.5 12.57 1.77 -
YUV 81.07 91.85 207.13 -
System Red Green Blue C M Y K H S L
Decimal 192 37 17 0 0.81 0.91 0.25 6.86 0.84 0.41
Hex C0 25 11 0 51 5B 19 7 54 29
Octal 300 45 21 0 121 133 31 7 124 51
Binary 11000000 100101 10001 0 1010001 1011011 11001 111 1010100 101001

Color Harmonies of #C02511

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02511

Black with #C02511

Text Example


Text Example

White with #C02511

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02511; }

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

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

background-color css

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

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

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

border-color css

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

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

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