Html Css Color HEX #C4310E Harley Davidson Orange

📋 copy color: '#C4310E'

red 196 ◦ green 49 ◦ blue 14

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

Shades of Harley Davidson Orange #C4310E

Tints of Harley Davidson Orange #C4310E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 5.41%

R = 75.68%
G = 18.92%
B = 5.41%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.93

 K value IS 0.23

RGB Variations

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

Color information

#C4310E (or 0xC4310E) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 0E. RGB value is (196,49,14). Sum of RGB (Red+Green+Blue) = 196+49+14=259 (34% of max value = 765). Red value is 196 (76.95% from 255 or 75.68% from 259); Green value is 49 (19.53% from 255 or 18.92% from 259); Blue value is 14 (5.86% from 255 or 5.41% from 259); Max value from RGB is 196 - color contains mainly: red. Hex color #C4310E is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4310E is #3BCEF1. Grayscale: #595959. Windows color (decimal): -3919602 or 930244. OLE color: 930244.

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

Color convert

RGB 196 49 14 -
CMYK 0 0.75 0.93 0.23
HSL 11.54º 0.87% 0.41% -
HSV(B) 11.54º 0.93% 0.77% -
XYZ 23.94 13.96 1.85 -
YUV 88.96 85.7 204.35 -
System Red Green Blue C M Y K H S L
Decimal 196 49 14 0 0.75 0.93 0.23 11.54 0.87 0.41
Hex C4 31 E 0 4B 5D 17 C 57 29
Octal 304 61 16 0 113 135 27 14 127 51
Binary 11000100 110001 1110 0 1001011 1011101 10111 1100 1010111 101001

Color Harmonies of #C4310E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4310E

Black with #C4310E

Text Example


Text Example

White with #C4310E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4310E; }

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

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

background-color css

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

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

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

border-color css

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

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

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