Html Css Color HEX #C0311F Harley Davidson Orange

📋 copy color: '#C0311F'

red 192 ◦ green 49 ◦ blue 31

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

Shades of Harley Davidson Orange #C0311F

Tints of Harley Davidson Orange #C0311F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 11.4%

R = 70.59%
G = 18.01%
B = 11.4%

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

#C0311F (or 0xC0311F) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 1F. RGB value is (192,49,31). Sum of RGB (Red+Green+Blue) = 192+49+31=272 (36% of max value = 765). Red value is 192 (75.39% from 255 or 70.59% from 272); Green value is 49 (19.53% from 255 or 18.01% from 272); Blue value is 31 (12.5% from 255 or 11.40% from 272); Max value from RGB is 192 - color contains mainly: red. Hex color #C0311F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0311F is #3FCEE0. Grayscale: #595959. Windows color (decimal): -4181729 or 2044352. OLE color: 2044352.

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

Color convert

RGB 192 49 31 -
CMYK 0 0.74 0.84 0.25
HSL 6.71º 0.72% 0.44% -
HSV(B) 6.71º 0.84% 0.75% -
XYZ 23.08 13.5 2.69 -
YUV 89.71 94.88 200.96 -
System Red Green Blue C M Y K H S L
Decimal 192 49 31 0 0.74 0.84 0.25 6.71 0.72 0.44
Hex C0 31 1F 0 4A 54 19 7 48 2C
Octal 300 61 37 0 112 124 31 7 110 54
Binary 11000000 110001 11111 0 1001010 1010100 11001 111 1001000 101100

Color Harmonies of #C0311F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0311F

Black with #C0311F

Text Example


Text Example

White with #C0311F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0311F; }

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

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

background-color css

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

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

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

border-color css

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

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

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