Html Css Color HEX #C0311D Harley Davidson Orange

📋 copy color: '#C0311D'

red 192 ◦ green 49 ◦ blue 29

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

Shades of Harley Davidson Orange #C0311D

Tints of Harley Davidson Orange #C0311D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 10.74%

R = 71.11%
G = 18.15%
B = 10.74%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.85

 K value IS 0.25

RGB Variations

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

Color information

#C0311D (or 0xC0311D) is known color: Harley Davidson Orange. HEX triplet: C0, 31 and 1D. RGB value is (192,49,29). Sum of RGB (Red+Green+Blue) = 192+49+29=270 (35% of max value = 765). Red value is 192 (75.39% from 255 or 71.11% from 270); Green value is 49 (19.53% from 255 or 18.15% from 270); Blue value is 29 (11.72% from 255 or 10.74% from 270); Max value from RGB is 192 - color contains mainly: red. Hex color #C0311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C0311D is #3FCEE2. Grayscale: #595959. Windows color (decimal): -4181731 or 1913280. OLE color: 1913280.

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

Color convert

RGB 192 49 29 -
CMYK 0 0.74 0.85 0.25
HSL 7.36º 0.74% 0.43% -
HSV(B) 7.36º 0.85% 0.75% -
XYZ 23.06 13.49 2.55 -
YUV 89.48 93.88 201.13 -
System Red Green Blue C M Y K H S L
Decimal 192 49 29 0 0.74 0.85 0.25 7.36 0.74 0.43
Hex C0 31 1D 0 4A 55 19 7 4A 2B
Octal 300 61 35 0 112 125 31 7 112 53
Binary 11000000 110001 11101 0 1001010 1010101 11001 111 1001010 101011

Color Harmonies of #C0311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C0311D

Black with #C0311D

Text Example


Text Example

White with #C0311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C0311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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