Html Css Color HEX #C02711 Harley Davidson Orange

📋 copy color: '#C02711'

red 192 ◦ green 39 ◦ blue 17

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

Shades of Harley Davidson Orange #C02711

Tints of Harley Davidson Orange #C02711

RGB

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

 GREEN value IS 39 (15.63% from 255) = 15.73%

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

R = 77.42%
G = 15.73%
B = 6.85%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.91

 K value IS 0.25

RGB Variations

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

Color information

#C02711 (or 0xC02711) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 11. RGB value is (192,39,17). Sum of RGB (Red+Green+Blue) = 192+39+17=248 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.42% from 248); Green value is 39 (15.62% from 255 or 15.73% from 248); Blue value is 17 (7.03% from 255 or 6.85% from 248); Max value from RGB is 192 - color contains mainly: red. Hex color #C02711 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02711 is #3FD8EE. Grayscale: #525252. Windows color (decimal): -4184303 or 1124288. OLE color: 1124288.

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

Color convert

RGB 192 39 17 -
CMYK 0 0.80 0.91 0.25
HSL 7.54º 0.84% 0.41% -
HSV(B) 7.54º 0.91% 0.75% -
XYZ 22.56 12.7 1.79 -
YUV 82.24 91.19 206.29 -
System Red Green Blue C M Y K H S L
Decimal 192 39 17 0 0.80 0.91 0.25 7.54 0.84 0.41
Hex C0 27 11 0 50 5B 19 8 54 29
Octal 300 47 21 0 120 133 31 10 124 51
Binary 11000000 100111 10001 0 1010000 1011011 11001 1000 1010100 101001

Color Harmonies of #C02711

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02711

Black with #C02711

Text Example


Text Example

White with #C02711

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02711; }

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

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

background-color css

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

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

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

border-color css

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

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

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