Html Css Color HEX #C51B0C Harley Davidson Orange

📋 copy color: '#C51B0C'

red 197 ◦ green 27 ◦ blue 12

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

Shades of Harley Davidson Orange #C51B0C

Tints of Harley Davidson Orange #C51B0C

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.44%

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

R = 83.47%
G = 11.44%
B = 5.08%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.94

 K value IS 0.23

RGB Variations

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

Color information

#C51B0C (or 0xC51B0C) is known color: Harley Davidson Orange. HEX triplet: C5, 1B and 0C. RGB value is (197,27,12). Sum of RGB (Red+Green+Blue) = 197+27+12=236 (31% of max value = 765). Red value is 197 (77.34% from 255 or 83.47% from 236); Green value is 27 (10.94% from 255 or 11.44% from 236); Blue value is 12 (5.08% from 255 or 5.08% from 236); Max value from RGB is 197 - color contains mainly: red. Hex color #C51B0C is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51B0C is #3AE4F3. Grayscale: #4C4C4C. Windows color (decimal): -3859700 or 793541. OLE color: 793541.

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

Color convert

RGB 197 27 12 -
CMYK 0 0.86 0.94 0.23
HSL 4.86º 0.89% 0.41% -
HSV(B) 4.86º 0.94% 0.77% -
XYZ 23.48 12.68 1.56 -
YUV 76.12 91.82 214.22 -
System Red Green Blue C M Y K H S L
Decimal 197 27 12 0 0.86 0.94 0.23 4.86 0.89 0.41
Hex C5 1B C 0 56 5E 17 5 59 29
Octal 305 33 14 0 126 136 27 5 131 51
Binary 11000101 11011 1100 0 1010110 1011110 10111 101 1011001 101001

Color Harmonies of #C51B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51B0C

Black with #C51B0C

Text Example


Text Example

White with #C51B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51B0C; }

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

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

background-color css

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

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

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

border-color css

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

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

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