Html Css Color HEX #C4301B Harley Davidson Orange

📋 copy color: '#C4301B'

red 196 ◦ green 48 ◦ blue 27

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

Shades of Harley Davidson Orange #C4301B

Tints of Harley Davidson Orange #C4301B

RGB

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

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

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

R = 72.32%
G = 17.71%
B = 9.96%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.86

 K value IS 0.23

RGB Variations

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

Color information

#C4301B (or 0xC4301B) is known color: Harley Davidson Orange. HEX triplet: C4, 30 and 1B. RGB value is (196,48,27). Sum of RGB (Red+Green+Blue) = 196+48+27=271 (35% of max value = 765). Red value is 196 (76.95% from 255 or 72.32% from 271); Green value is 48 (19.14% from 255 or 17.71% from 271); Blue value is 27 (10.94% from 255 or 9.96% from 271); Max value from RGB is 196 - color contains mainly: red. Hex color #C4301B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #C4301B is #3BCFE4. Grayscale: #5A5A5A. Windows color (decimal): -3919845 or 1781956. OLE color: 1781956.

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

Color convert

RGB 196 48 27 -
CMYK 0 0.76 0.86 0.23
HSL 7.46º 0.76% 0.44% -
HSV(B) 7.46º 0.86% 0.77% -
XYZ 24.02 13.93 2.46 -
YUV 89.86 92.53 203.71 -
System Red Green Blue C M Y K H S L
Decimal 196 48 27 0 0.76 0.86 0.23 7.46 0.76 0.44
Hex C4 30 1B 0 4C 56 17 7 4C 2C
Octal 304 60 33 0 114 126 27 7 114 54
Binary 11000100 110000 11011 0 1001100 1010110 10111 111 1001100 101100

Color Harmonies of #C4301B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C4301B

Black with #C4301B

Text Example


Text Example

White with #C4301B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C4301B; }

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

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

background-color css

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

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

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

border-color css

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

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

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