Html Css Color HEX #C51D03 Harley Davidson Orange

📋 copy color: '#C51D03'

red 197 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #C51D03

Tints of Harley Davidson Orange #C51D03

RGB

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

 GREEN value IS 29 (11.72% from 255) = 12.66%

 BLUE value IS 3 (1.56% from 255) = 1.31%

R = 86.03%
G = 12.66%
B = 1.31%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51D03 (or 0xC51D03) is known color: Harley Davidson Orange. HEX triplet: C5, 1D and 03. RGB value is (197,29,3). Sum of RGB (Red+Green+Blue) = 197+29+3=229 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.03% from 229); Green value is 29 (11.72% from 255 or 12.66% from 229); Blue value is 3 (1.56% from 255 or 1.31% from 229); Max value from RGB is 197 - color contains mainly: red. Hex color #C51D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51D03 is #3AE2FC. Grayscale: #4C4C4C. Windows color (decimal): -3859197 or 204229. OLE color: 204229.

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

Color convert

RGB 197 29 3 -
CMYK 0 0.85 0.98 0.23
HSL 8.04º 0.97% 0.39% -
HSV(B) 8.04º 0.98% 0.77% -
XYZ 23.48 12.76 1.31 -
YUV 76.27 86.66 214.11 -
System Red Green Blue C M Y K H S L
Decimal 197 29 3 0 0.85 0.98 0.23 8.04 0.97 0.39
Hex C5 1D 3 0 55 62 17 8 61 27
Octal 305 35 3 0 125 142 27 10 141 47
Binary 11000101 11101 11 0 1010101 1100010 10111 1000 1100001 100111

Color Harmonies of #C51D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51D03

Black with #C51D03

Text Example


Text Example

White with #C51D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51D03; }

 p { color: rgb(197,29,3); }

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

background-color css

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

 a { background-color: rgb(197,29,3); }

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

border-color css

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

 span { border-color: rgb(197,29,3); }

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