Html Css Color HEX #C51C01 Harley Davidson Orange

📋 copy color: '#C51C01'

red 197 ◦ green 28 ◦ blue 1

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

Shades of Harley Davidson Orange #C51C01

Tints of Harley Davidson Orange #C51C01

RGB

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

 GREEN value IS 28 (11.33% from 255) = 12.39%

 BLUE value IS 1 (0.78% from 255) = 0.44%

R = 87.17%
G = 12.39%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C51C01 (or 0xC51C01) is known color: Harley Davidson Orange. HEX triplet: C5, 1C and 01. RGB value is (197,28,1). Sum of RGB (Red+Green+Blue) = 197+28+1=226 (29% of max value = 765). Red value is 197 (77.34% from 255 or 87.17% from 226); Green value is 28 (11.33% from 255 or 12.39% from 226); Blue value is 1 (0.78% from 255 or 0.44% from 226); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C01 is #3AE3FE. Grayscale: #4B4B4B. Windows color (decimal): -3859455 or 72901. OLE color: 72901.

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

Color convert

RGB 197 28 1 -
CMYK 0 0.86 0.99 0.23
HSL 8.27º 0.99% 0.39% -
HSV(B) 8.27º 0.99% 0.77% -
XYZ 23.45 12.7 1.24 -
YUV 75.45 85.99 214.7 -
System Red Green Blue C M Y K H S L
Decimal 197 28 1 0 0.86 0.99 0.23 8.27 0.99 0.39
Hex C5 1C 1 0 56 63 17 8 63 27
Octal 305 34 1 0 126 143 27 10 143 47
Binary 11000101 11100 1 0 1010110 1100011 10111 1000 1100011 100111

Color Harmonies of #C51C01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C01

Black with #C51C01

Text Example


Text Example

White with #C51C01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C01; }

 p { color: rgb(197,28,1); }

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

background-color css

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

 a { background-color: rgb(197,28,1); }

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

border-color css

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

 span { border-color: rgb(197,28,1); }

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