Html Css Color HEX #C4371C Harley Davidson Orange

📋 copy color: '#C4371C'

red 196 ◦ green 55 ◦ blue 28

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

Shades of Harley Davidson Orange #C4371C

Tints of Harley Davidson Orange #C4371C

RGB

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

 GREEN value IS 55 (21.88% from 255) = 19.71%

 BLUE value IS 28 (11.33% from 255) = 10.04%

R = 70.25%
G = 19.71%
B = 10.04%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4371C (or 0xC4371C) is known color: Harley Davidson Orange. HEX triplet: C4, 37 and 1C. RGB value is (196,55,28). Sum of RGB (Red+Green+Blue) = 196+55+28=279 (36% of max value = 765). Red value is 196 (76.95% from 255 or 70.25% from 279); Green value is 55 (21.88% from 255 or 19.71% from 279); Blue value is 28 (11.33% from 255 or 10.04% from 279); Max value from RGB is 196 - color contains mainly: red. Hex color #C4371C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4371C is #3BC8E3. Grayscale: #5E5E5E. Windows color (decimal): -3918052 or 1849284. OLE color: 1849284.

HSL color Cylindrical-coordinate representation of color #C4371C: hue angle of 9.64º degrees, saturation: 0.75, 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 #C4371C is Cyan = 0, Magento = 0.72, Yellow = 0.86 and Black (K on CMYK) = 0.23.

Color convert

RGB 196 55 28 -
CMYK 0 0.72 0.86 0.23
HSL 9.64º 0.75% 0.44% -
HSV(B) 9.64º 0.86% 0.77% -
XYZ 24.34 14.55 2.62 -
YUV 94.08 90.71 200.7 -
System Red Green Blue C M Y K H S L
Decimal 196 55 28 0 0.72 0.86 0.23 9.64 0.75 0.44
Hex C4 37 1C 0 48 56 17 A 4B 2C
Octal 304 67 34 0 110 126 27 12 113 54
Binary 11000100 110111 11100 0 1001000 1010110 10111 1010 1001011 101100

Color Harmonies of #C4371C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4371C

Black with #C4371C

Text Example


Text Example

White with #C4371C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4371C; }

 p { color: rgb(196,55,28); }

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

background-color css

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

 a { background-color: rgb(196,55,28); }

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

border-color css

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

 span { border-color: rgb(196,55,28); }

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