Html Css Color HEX #C51C04 Harley Davidson Orange

📋 copy color: '#C51C04'

red 197 ◦ green 28 ◦ blue 4

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

Shades of Harley Davidson Orange #C51C04

Tints of Harley Davidson Orange #C51C04

RGB

 RED value IS 197 (77.34% from 255) = 86.03%

 GREEN value IS 28 (11.33% from 255) = 12.23%

 BLUE value IS 4 (1.95% from 255) = 1.75%

R = 86.03%
G = 12.23%
B = 1.75%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51C04 (or 0xC51C04) is known color: Harley Davidson Orange. HEX triplet: C5, 1C and 04. RGB value is (197,28,4). Sum of RGB (Red+Green+Blue) = 197+28+4=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 28 (11.33% from 255 or 12.23% from 229); Blue value is 4 (1.95% from 255 or 1.75% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C04 is #3AE3FB. Grayscale: #4C4C4C. Windows color (decimal): -3859452 or 269509. OLE color: 269509.

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

Color convert

RGB 197 28 4 -
CMYK 0 0.86 0.98 0.23
HSL 7.46º 0.96% 0.39% -
HSV(B) 7.46º 0.98% 0.77% -
XYZ 23.46 12.71 1.33 -
YUV 75.8 87.49 214.45 -
System Red Green Blue C M Y K H S L
Decimal 197 28 4 0 0.86 0.98 0.23 7.46 0.96 0.39
Hex C5 1C 4 0 56 62 17 7 60 27
Octal 305 34 4 0 126 142 27 7 140 47
Binary 11000101 11100 100 0 1010110 1100010 10111 111 1100000 100111

Color Harmonies of #C51C04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C04

Black with #C51C04

Text Example


Text Example

White with #C51C04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C04; }

 p { color: rgb(197,28,4); }

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

background-color css

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

 a { background-color: rgb(197,28,4); }

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

border-color css

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

 span { border-color: rgb(197,28,4); }

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