Html Css Color HEX #C4401B Harley Davidson Orange

📋 copy color: '#C4401B'

red 196 ◦ green 64 ◦ blue 27

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

Shades of Harley Davidson Orange #C4401B

Tints of Harley Davidson Orange #C4401B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 9.41%

R = 68.29%
G = 22.3%
B = 9.41%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4401B (or 0xC4401B) is known color: Harley Davidson Orange. HEX triplet: C4, 40 and 1B. RGB value is (196,64,27). Sum of RGB (Red+Green+Blue) = 196+64+27=287 (38% of max value = 765). Red value is 196 (76.95% from 255 or 68.29% from 287); Green value is 64 (25.39% from 255 or 22.30% from 287); Blue value is 27 (10.94% from 255 or 9.41% from 287); Max value from RGB is 196 - color contains mainly: red. Hex color #C4401B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4401B is #3BBFE4. Grayscale: #636363. Windows color (decimal): -3915749 or 1786052. OLE color: 1786052.

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

Color convert

RGB 196 64 27 -
CMYK 0 0.67 0.86 0.23
HSL 13.14º 0.76% 0.44% -
HSV(B) 13.14º 0.86% 0.77% -
XYZ 24.8 15.48 2.72 -
YUV 99.25 87.23 197.01 -
System Red Green Blue C M Y K H S L
Decimal 196 64 27 0 0.67 0.86 0.23 13.14 0.76 0.44
Hex C4 40 1B 0 43 56 17 D 4C 2C
Octal 304 100 33 0 103 126 27 15 114 54
Binary 11000100 1000000 11011 0 1000011 1010110 10111 1101 1001100 101100

Color Harmonies of #C4401B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4401B

Black with #C4401B

Text Example


Text Example

White with #C4401B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4401B; }

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

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

background-color css

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

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

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

border-color css

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

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

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