Html Css Color HEX #C3311D Harley Davidson Orange

📋 copy color: '#C3311D'

red 195 ◦ green 49 ◦ blue 29

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

Shades of Harley Davidson Orange #C3311D

Tints of Harley Davidson Orange #C3311D

RGB

 RED value IS 195 (76.56% from 255) = 71.43%

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

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

R = 71.43%
G = 17.95%
B = 10.62%

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

#C3311D (or 0xC3311D) is known color: Harley Davidson Orange. HEX triplet: C3, 31 and 1D. RGB value is (195,49,29). Sum of RGB (Red+Green+Blue) = 195+49+29=273 (36% of max value = 765). Red value is 195 (76.56% from 255 or 71.43% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 29 (11.72% from 255 or 10.62% from 273); Max value from RGB is 195 - color contains mainly: red. Hex color #C3311D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C3311D is #3CCEE2. Grayscale: #5A5A5A. Windows color (decimal): -3985123 or 1913283. OLE color: 1913283.

HSL color Cylindrical-coordinate representation of color #C3311D: hue angle of 7.23º degrees, saturation: 0.74, 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 #C3311D is Cyan = 0, Magento = 0.75, Yellow = 0.85 and Black (K on CMYK) = 0.24.

Color convert

RGB 195 49 29 -
CMYK 0 0.75 0.85 0.24
HSL 7.23º 0.74% 0.44% -
HSV(B) 7.23º 0.85% 0.76% -
XYZ 23.83 13.89 2.59 -
YUV 90.37 93.37 202.63 -
System Red Green Blue C M Y K H S L
Decimal 195 49 29 0 0.75 0.85 0.24 7.23 0.74 0.44
Hex C3 31 1D 0 4B 55 18 7 4A 2C
Octal 303 61 35 0 113 125 30 7 112 54
Binary 11000011 110001 11101 0 1001011 1010101 11000 111 1001010 101100

Color Harmonies of #C3311D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C3311D

Black with #C3311D

Text Example


Text Example

White with #C3311D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C3311D; }

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

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

background-color css

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

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

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

border-color css

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

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

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