Html Css Color HEX #C51F08 Harley Davidson Orange

📋 copy color: '#C51F08'

red 197 ◦ green 31 ◦ blue 8

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

Shades of Harley Davidson Orange #C51F08

Tints of Harley Davidson Orange #C51F08

RGB

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

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

 BLUE value IS 8 (3.52% from 255) = 3.39%

R = 83.47%
G = 13.14%
B = 3.39%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.23

RGB Variations

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

Color information

#C51F08 (or 0xC51F08) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 08. RGB value is (197,31,8). Sum of RGB (Red+Green+Blue) = 197+31+8=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 31 (12.5% from 255 or 13.14% from 236); Blue value is 8 (3.52% from 255 or 3.39% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F08 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F08 is #3AE0F7. Grayscale: #4E4E4E. Windows color (decimal): -3858680 or 532421. OLE color: 532421.

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

Color convert

RGB 197 31 8 -
CMYK 0 0.84 0.96 0.23
HSL 7.3º 0.92% 0.4% -
HSV(B) 7.3º 0.96% 0.77% -
XYZ 23.56 12.87 1.47 -
YUV 78.01 88.5 212.87 -
System Red Green Blue C M Y K H S L
Decimal 197 31 8 0 0.84 0.96 0.23 7.3 0.92 0.4
Hex C5 1F 8 0 54 60 17 7 5C 28
Octal 305 37 10 0 124 140 27 7 134 50
Binary 11000101 11111 1000 0 1010100 1100000 10111 111 1011100 101000

Color Harmonies of #C51F08

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F08

Black with #C51F08

Text Example


Text Example

White with #C51F08

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F08; }

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

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

background-color css

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

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

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

border-color css

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

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

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