Html Css Color HEX #C02712 Harley Davidson Orange

📋 copy color: '#C02712'

red 192 ◦ green 39 ◦ blue 18

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

Shades of Harley Davidson Orange #C02712

Tints of Harley Davidson Orange #C02712

RGB

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

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

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

R = 77.11%
G = 15.66%
B = 7.23%

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

#C02712 (or 0xC02712) is known color: Harley Davidson Orange. HEX triplet: C0, 27 and 12. RGB value is (192,39,18). Sum of RGB (Red+Green+Blue) = 192+39+18=249 (32% of max value = 765). Red value is 192 (75.39% from 255 or 77.11% from 249); Green value is 39 (15.62% from 255 or 15.66% from 249); Blue value is 18 (7.42% from 255 or 7.23% from 249); Max value from RGB is 192 - color contains mainly: red. Hex color #C02712 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C02712 is #3FD8ED. Grayscale: #525252. Windows color (decimal): -4184302 or 1189824. OLE color: 1189824.

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

Color convert

RGB 192 39 18 -
CMYK 0 0.80 0.91 0.25
HSL 7.24º 0.83% 0.41% -
HSV(B) 7.24º 0.91% 0.75% -
XYZ 22.57 12.7 1.83 -
YUV 82.35 91.69 206.21 -
System Red Green Blue C M Y K H S L
Decimal 192 39 18 0 0.80 0.91 0.25 7.24 0.83 0.41
Hex C0 27 12 0 50 5B 19 7 53 29
Octal 300 47 22 0 120 133 31 7 123 51
Binary 11000000 100111 10010 0 1010000 1011011 11001 111 1010011 101001

Color Harmonies of #C02712

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C02712

Black with #C02712

Text Example


Text Example

White with #C02712

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C02712; }

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

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

background-color css

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

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

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

border-color css

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

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

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