Html Css Color HEX #C0311E Harley Davidson Orange

📋 copy color: '#C0311E'

red 192 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #C0311E

Tints of Harley Davidson Orange #C0311E

RGB

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

 GREEN value IS 49 (19.53% from 255) = 18.08%

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 70.85%
G = 18.08%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.84

 K value IS 0.25

RGB Variations

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

Color information

#C0311E (or 0xC0311E) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 1E. RGB value is (192,49,30). Sum of RGB (Red+Green+Blue) = 192+49+30=271 (35% of max value = 765). Red value is 192 (75.39% from 255 or 70.85% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 192 - color contains mainly: red. Hex color #C0311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0311E is #3FCEE1. Grayscale: #595959. Windows color (decimal): -4181730 or 1978816. OLE color: 1978816.

HSL color Cylindrical-coordinate representation of color #C0311E: hue angle of 7.04º degrees, saturation: 0.73, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #C0311E is Cyan = 0, Magento = 0.74, Yellow = 0.84 and Black (K on CMYK) = 0.25.

Color convert

RGB 192 49 30 -
CMYK 0 0.74 0.84 0.25
HSL 7.04º 0.73% 0.44% -
HSV(B) 7.04º 0.84% 0.75% -
XYZ 23.07 13.5 2.62 -
YUV 89.59 94.38 201.04 -
System Red Green Blue C M Y K H S L
Decimal 192 49 30 0 0.74 0.84 0.25 7.04 0.73 0.44
Hex C0 31 1E 0 4A 54 19 7 49 2C
Octal 300 61 36 0 112 124 31 7 111 54
Binary 11000000 110001 11110 0 1001010 1010100 11001 111 1001001 101100

Color Harmonies of #C0311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0311E

Black with #C0311E

Text Example


Text Example

White with #C0311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0311E; }

 p { color: rgb(192,49,30); }

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

background-color css

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

 a { background-color: rgb(192,49,30); }

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

border-color css

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

 span { border-color: rgb(192,49,30); }

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