Html Css Color HEX #C4301E Harley Davidson Orange

📋 copy color: '#C4301E'

red 196 ◦ green 48 ◦ blue 30

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

Shades of Harley Davidson Orange #C4301E

Tints of Harley Davidson Orange #C4301E

RGB

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

 GREEN value IS 48 (19.14% from 255) = 17.52%

 BLUE value IS 30 (12.11% from 255) = 10.95%

R = 71.53%
G = 17.52%
B = 10.95%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4301E (or 0xC4301E) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 1E. RGB value is (196,48,30). Sum of RGB (Red+Green+Blue) = 196+48+30=274 (36% of max value = 765). Red value is 196 (76.95% from 255 or 71.53% from 274); Green value is 48 (19.14% from 255 or 17.52% from 274); Blue value is 30 (12.11% from 255 or 10.95% from 274); Max value from RGB is 196 - color contains mainly: red. Hex color #C4301E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4301E is #3BCFE1. Grayscale: #5A5A5A. Windows color (decimal): -3919842 or 1978564. OLE color: 1978564.

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

Color convert

RGB 196 48 30 -
CMYK 0 0.76 0.85 0.23
HSL 6.51º 0.73% 0.44% -
HSV(B) 6.51º 0.85% 0.77% -
XYZ 24.06 13.94 2.65 -
YUV 90.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 196 48 30 0 0.76 0.85 0.23 6.51 0.73 0.44
Hex C4 30 1E 0 4C 55 17 7 49 2C
Octal 304 60 36 0 114 125 27 7 111 54
Binary 11000100 110000 11110 0 1001100 1010101 10111 111 1001001 101100

Color Harmonies of #C4301E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4301E

Black with #C4301E

Text Example


Text Example

White with #C4301E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4301E; }

 p { color: rgb(196,48,30); }

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

background-color css

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

 a { background-color: rgb(196,48,30); }

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

border-color css

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

 span { border-color: rgb(196,48,30); }

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