Html Css Color HEX #C4311C Harley Davidson Orange

📋 copy color: '#C4311C'

red 196 ◦ green 49 ◦ blue 28

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

Shades of Harley Davidson Orange #C4311C

Tints of Harley Davidson Orange #C4311C

RGB

 RED value IS 196 (76.95% from 255) = 71.79%

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

 BLUE value IS 28 (11.33% from 255) = 10.26%

R = 71.79%
G = 17.95%
B = 10.26%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4311C (or 0xC4311C) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 1C. RGB value is (196,49,28). Sum of RGB (Red+Green+Blue) = 196+49+28=273 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.79% from 273); Green value is 49 (19.53% from 255 or 17.95% from 273); Blue value is 28 (11.33% from 255 or 10.26% from 273); Max value from RGB is 196 - color contains mainly: red. Hex color #C4311C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4311C is #3BCEE3. Grayscale: #5A5A5A. Windows color (decimal): -3919588 or 1847748. OLE color: 1847748.

HSL color Cylindrical-coordinate representation of color #C4311C: hue angle of 7.5º degrees, saturation: 0.75, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #C4311C is Cyan = 0, Magento = 0.75, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 49 28 -
CMYK 0 0.75 0.86 0.23
HSL 7.5º 0.75% 0.44% -
HSV(B) 7.5º 0.86% 0.77% -
XYZ 24.07 14.02 2.54 -
YUV 90.56 92.7 203.21 -
System Red Green Blue C M Y K H S L
Decimal 196 49 28 0 0.75 0.86 0.23 7.5 0.75 0.44
Hex C4 31 1C 0 4B 56 17 8 4B 2C
Octal 304 61 34 0 113 126 27 10 113 54
Binary 11000100 110001 11100 0 1001011 1010110 10111 1000 1001011 101100

Color Harmonies of #C4311C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4311C

Black with #C4311C

Text Example


Text Example

White with #C4311C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4311C; }

 p { color: rgb(196,49,28); }

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

background-color css

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

 a { background-color: rgb(196,49,28); }

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

border-color css

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

 span { border-color: rgb(196,49,28); }

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