Html Css Color HEX #C51F01 Harley Davidson Orange

📋 copy color: '#C51F01'

red 197 ◦ green 31 ◦ blue 1

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

Shades of Harley Davidson Orange #C51F01

Tints of Harley Davidson Orange #C51F01

RGB

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

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

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

R = 86.03%
G = 13.54%
B = 0.44%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.99

 K value IS 0.23

RGB Variations

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

Color information

#C51F01 (or 0xC51F01) is known color: Harley Davidson Orange. HEX triplet: C5, 1F and 01. RGB value is (197,31,1). Sum of RGB (Red+Green+Blue) = 197+31+1=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 31 (12.5% from 255 or 13.54% from 229); Blue value is 1 (0.78% from 255 or 0.44% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C51F01 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51F01 is #3AE0FE. Grayscale: #4D4D4D. Windows color (decimal): -3858687 or 73669. OLE color: 73669.

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

Color convert

RGB 197 31 1 -
CMYK 0 0.84 0.99 0.23
HSL 9.18º 0.99% 0.39% -
HSV(B) 9.18º 0.99% 0.77% -
XYZ 23.52 12.85 1.27 -
YUV 77.21 85 213.44 -
System Red Green Blue C M Y K H S L
Decimal 197 31 1 0 0.84 0.99 0.23 9.18 0.99 0.39
Hex C5 1F 1 0 54 63 17 9 63 27
Octal 305 37 1 0 124 143 27 11 143 47
Binary 11000101 11111 1 0 1010100 1100011 10111 1001 1100011 100111

Color Harmonies of #C51F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51F01

Black with #C51F01

Text Example


Text Example

White with #C51F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51F01; }

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

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

background-color css

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

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

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

border-color css

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

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

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