Html Css Color HEX #C4401E Harley Davidson Orange

📋 copy color: '#C4401E'

red 196 ◦ green 64 ◦ blue 30

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

Shades of Harley Davidson Orange #C4401E

Tints of Harley Davidson Orange #C4401E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 22.07%

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

R = 67.59%
G = 22.07%
B = 10.34%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.85

 K value IS 0.23

RGB Variations

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

Color information

#C4401E (or 0xC4401E) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 1E. RGB value is (196,64,30). Sum of RGB (Red+Green+Blue) = 196+64+30=290 (38% of max value = 765). Red value is 196 (76.95% from 255 or 67.59% from 290); Green value is 64 (25.39% from 255 or 22.07% from 290); Blue value is 30 (12.11% from 255 or 10.34% from 290); Max value from RGB is 196 - color contains mainly: red. Hex color #C4401E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4401E is #3BBFE1. Grayscale: #636363. Windows color (decimal): -3915746 or 1982660. OLE color: 1982660.

HSL color Cylindrical-coordinate representation of color #C4401E: hue angle of 12.29º 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 #C4401E is Cyan = 0, Magento = 0.67, Yellow = 0.85 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 64 30 -
CMYK 0 0.67 0.85 0.23
HSL 12.29º 0.73% 0.44% -
HSV(B) 12.29º 0.85% 0.77% -
XYZ 24.83 15.5 2.91 -
YUV 99.59 88.73 196.76 -
System Red Green Blue C M Y K H S L
Decimal 196 64 30 0 0.67 0.85 0.23 12.29 0.73 0.44
Hex C4 40 1E 0 43 55 17 C 49 2C
Octal 304 100 36 0 103 125 27 14 111 54
Binary 11000100 1000000 11110 0 1000011 1010101 10111 1100 1001001 101100

Color Harmonies of #C4401E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4401E

Black with #C4401E

Text Example


Text Example

White with #C4401E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4401E; }

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

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

background-color css

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

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

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

border-color css

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

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

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