Html Css Color HEX #C4311A Harley Davidson Orange

📋 copy color: '#C4311A'

red 196 ◦ green 49 ◦ blue 26

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

Shades of Harley Davidson Orange #C4311A

Tints of Harley Davidson Orange #C4311A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 9.59%

R = 72.32%
G = 18.08%
B = 9.59%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.23

RGB Variations

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

Color information

#C4311A (or 0xC4311A) is known color: Harley Davidson Orange. HEX triplet: C4, 31 and 1A. RGB value is (196,49,26). Sum of RGB (Red+Green+Blue) = 196+49+26=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 49 (19.53% from 255 or 18.08% from 271); Blue value is 26 (10.55% from 255 or 9.59% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C4311A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4311A is #3BCEE5. Grayscale: #5A5A5A. Windows color (decimal): -3919590 or 1716676. OLE color: 1716676.

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

Color convert

RGB 196 49 26 -
CMYK 0 0.75 0.87 0.23
HSL 8.12º 0.77% 0.44% -
HSV(B) 8.12º 0.87% 0.77% -
XYZ 24.05 14.01 2.41 -
YUV 90.33 91.7 203.37 -
System Red Green Blue C M Y K H S L
Decimal 196 49 26 0 0.75 0.87 0.23 8.12 0.77 0.44
Hex C4 31 1A 0 4B 57 17 8 4D 2C
Octal 304 61 32 0 113 127 27 10 115 54
Binary 11000100 110001 11010 0 1001011 1010111 10111 1000 1001101 101100

Color Harmonies of #C4311A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4311A

Black with #C4311A

Text Example


Text Example

White with #C4311A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4311A; }

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

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

background-color css

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

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

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

border-color css

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

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

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