Html Css Color HEX #C51F0C Harley Davidson Orange

📋 copy color: '#C51F0C'

red 197 ◦ green 31 ◦ blue 12

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

Shades of Harley Davidson Orange #C51F0C

Tints of Harley Davidson Orange #C51F0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 5%

R = 82.08%
G = 12.92%
B = 5%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C51F0C (or 0xC51F0C) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 0C. RGB value is (197,31,12). Sum of RGB (Red+Green+Blue) = 197+31+12=240 (31% of max value = 765). Red value is 197 (77.34% from 255 or 82.08% from 240); Green value is 31 (12.5% from 255 or 12.92% from 240); Blue value is 12 (5.08% from 255 or 5% from 240); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F0C is #3AE0F3. Grayscale: #4E4E4E. Windows color (decimal): -3858676 or 794565. OLE color: 794565.

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

Color convert

RGB 197 31 12 -
CMYK 0 0.84 0.94 0.23
HSL 6.16º 0.89% 0.41% -
HSV(B) 6.16º 0.94% 0.77% -
XYZ 23.58 12.88 1.59 -
YUV 78.47 90.5 212.54 -
System Red Green Blue C M Y K H S L
Decimal 197 31 12 0 0.84 0.94 0.23 6.16 0.89 0.41
Hex C5 1F C 0 54 5E 17 6 59 29
Octal 305 37 14 0 124 136 27 6 131 51
Binary 11000101 11111 1100 0 1010100 1011110 10111 110 1011001 101001

Color Harmonies of #C51F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F0C

Black with #C51F0C

Text Example


Text Example

White with #C51F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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