Html Css Color HEX #C51F00 Harley Davidson Orange

📋 copy color: '#C51F00'

red 197 ◦ green 31 ◦ blue 0

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

Shades of Harley Davidson Orange #C51F00

Tints of Harley Davidson Orange #C51F00

RGB

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

 GREEN value IS 31 (12.5% from 255) = 13.6%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 86.4%
G = 13.6%
B = 0%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 1

 K value IS 0.23

RGB Variations

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

Color information

#C51F00 (or 0xC51F00) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 00. RGB value is (197,31,0). Sum of RGB (Red+Green+Blue) = 197+31+0=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 31 (12.5% from 255 or 13.60% from 228); Blue value is 0 (0.39% from 255 or 0% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F00 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F00 is #3AE0FF. Grayscale: #4D4D4D. Windows color (decimal): -3858688 or 8133. OLE color: 8133.

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

Color convert

RGB 197 31 0 -
CMYK 0 0.84 1 0.23
HSL 9.44º 1% 0.39% -
HSV(B) 9.44º 1% 0.77% -
XYZ 23.52 12.85 1.24 -
YUV 77.1 84.5 213.52 -
System Red Green Blue C M Y K H S L
Decimal 197 31 0 0 0.84 1 0.23 9.44 1 0.39
Hex C5 1F 0 0 54 64 17 9 64 27
Octal 305 37 0 0 124 144 27 11 144 47
Binary 11000101 11111 0 0 1010100 1100100 10111 1001 1100100 100111

Color Harmonies of #C51F00

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F00

Black with #C51F00

Text Example


Text Example

White with #C51F00

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F00; }

 p { color: rgb(197,31,0); }

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

background-color css

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

 a { background-color: rgb(197,31,0); }

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

border-color css

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

 span { border-color: rgb(197,31,0); }

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