Html Css Color HEX #C51D04 Harley Davidson Orange

📋 copy color: '#C51D04'

red 197 ◦ green 29 ◦ blue 4

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

Shades of Harley Davidson Orange #C51D04

Tints of Harley Davidson Orange #C51D04

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.61%

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

R = 85.65%
G = 12.61%
B = 1.74%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51D04 (or 0xC51D04) is known color: Harley Davidson Orange. HEX triplet: C5, 1D and 04. RGB value is (197,29,4). Sum of RGB (Red+Green+Blue) = 197+29+4=230 (30% of max value = 765). Red value is 197 (77.34% from 255 or 85.65% from 230); Green value is 29 (11.72% from 255 or 12.61% from 230); Blue value is 4 (1.95% from 255 or 1.74% from 230); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D04 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D04 is #3AE2FB. Grayscale: #4C4C4C. Windows color (decimal): -3859196 or 269765. OLE color: 269765.

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

Color convert

RGB 197 29 4 -
CMYK 0 0.85 0.98 0.23
HSL 7.77º 0.96% 0.39% -
HSV(B) 7.77º 0.98% 0.77% -
XYZ 23.49 12.76 1.34 -
YUV 76.38 87.16 214.03 -
System Red Green Blue C M Y K H S L
Decimal 197 29 4 0 0.85 0.98 0.23 7.77 0.96 0.39
Hex C5 1D 4 0 55 62 17 8 60 27
Octal 305 35 4 0 125 142 27 10 140 47
Binary 11000101 11101 100 0 1010101 1100010 10111 1000 1100000 100111

Color Harmonies of #C51D04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D04

Black with #C51D04

Text Example


Text Example

White with #C51D04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D04; }

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

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

background-color css

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

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

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

border-color css

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

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

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