Html Css Color HEX #C4310A Harley Davidson Orange

📋 copy color: '#C4310A'

red 196 ◦ green 49 ◦ blue 10

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

Shades of Harley Davidson Orange #C4310A

Tints of Harley Davidson Orange #C4310A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 3.92%

R = 76.86%
G = 19.22%
B = 3.92%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.95

 K value IS 0.23

RGB Variations

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

Color information

#C4310A (or 0xC4310A) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 0A. RGB value is (196,49,10). Sum of RGB (Red+Green+Blue) = 196+49+10=255 (33% of max value = 765). Red value is 196 (76.95% from 255 or 76.86% from 255); Green value is 49 (19.53% from 255 or 19.22% from 255); Blue value is 10 (4.30% from 255 or 3.92% from 255); Max value from RGB is 196 - color contains mainly: red. Hex color #C4310A is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C4310A is #3BCEF5. Grayscale: #585858. Windows color (decimal): -3919606 or 668100. OLE color: 668100.

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

Color convert

RGB 196 49 10 -
CMYK 0 0.75 0.95 0.23
HSL 12.58º 0.9% 0.4% -
HSV(B) 12.58º 0.95% 0.77% -
XYZ 23.92 13.95 1.72 -
YUV 88.51 83.7 204.67 -
System Red Green Blue C M Y K H S L
Decimal 196 49 10 0 0.75 0.95 0.23 12.58 0.9 0.4
Hex C4 31 A 0 4B 5F 17 D 5A 28
Octal 304 61 12 0 113 137 27 15 132 50
Binary 11000100 110001 1010 0 1001011 1011111 10111 1101 1011010 101000

Color Harmonies of #C4310A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4310A

Black with #C4310A

Text Example


Text Example

White with #C4310A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4310A; }

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

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

background-color css

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

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

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

border-color css

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

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

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