Html Css Color HEX #C2311E Harley Davidson Orange

📋 copy color: '#C2311E'

red 194 ◦ green 49 ◦ blue 30

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

Shades of Harley Davidson Orange #C2311E

Tints of Harley Davidson Orange #C2311E

RGB

 RED value IS 194 (76.17% from 255) = 71.06%

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

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

R = 71.06%
G = 17.95%
B = 10.99%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.85

 K value IS 0.24

RGB Variations

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

Color information

#C2311E (or 0xC2311E) is known color: Harley Davidson Orange. HEX triplet: C2, 31 and 1E. RGB value is (194,49,30). Sum of RGB (Red+Green+Blue) = 194+49+30=273 (36% of max value = 765). Red value is 194 (76.17% from 255 or 71.06% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 30 (12.11% from 255 or 10.99% from 273); Max value from RGB is 194 - color contains mainly: red. Hex color #C2311E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C2311E is #3DCEE1. Grayscale: #5A5A5A. Windows color (decimal): -4050658 or 1978818. OLE color: 1978818.

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

Color convert

RGB 194 49 30 -
CMYK 0 0.75 0.85 0.24
HSL 6.95º 0.73% 0.44% -
HSV(B) 6.95º 0.85% 0.76% -
XYZ 23.58 13.76 2.64 -
YUV 90.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 194 49 30 0 0.75 0.85 0.24 6.95 0.73 0.44
Hex C2 31 1E 0 4B 55 18 7 49 2C
Octal 302 61 36 0 113 125 30 7 111 54
Binary 11000010 110001 11110 0 1001011 1010101 11000 111 1001001 101100

Color Harmonies of #C2311E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C2311E

Black with #C2311E

Text Example


Text Example

White with #C2311E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C2311E; }

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

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

background-color css

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

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

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

border-color css

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

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

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