Html Css Color HEX #C51C03 Harley Davidson Orange

📋 copy color: '#C51C03'

red 197 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #C51C03

Tints of Harley Davidson Orange #C51C03

RGB

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

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

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

R = 86.4%
G = 12.28%
B = 1.32%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.98

 K value IS 0.23

RGB Variations

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

Color information

#C51C03 (or 0xC51C03) is known color: Harley Davidson Orange. HEX triplet: C5, 1C and 03. RGB value is (197,28,3). Sum of RGB (Red+Green+Blue) = 197+28+3=228 (30% of max value = 765). Red value is 197 (77.34% from 255 or 86.40% from 228); Green value is 28 (11.33% from 255 or 12.28% from 228); Blue value is 3 (1.56% from 255 or 1.32% from 228); Max value from RGB is 197 - color contains mainly: red. Hex color #C51C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #C51C03 is #3AE3FC. Grayscale: #4B4B4B. Windows color (decimal): -3859453 or 203973. OLE color: 203973.

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

Color convert

RGB 197 28 3 -
CMYK 0 0.86 0.98 0.23
HSL 7.73º 0.97% 0.39% -
HSV(B) 7.73º 0.98% 0.77% -
XYZ 23.46 12.71 1.3 -
YUV 75.68 86.99 214.53 -
System Red Green Blue C M Y K H S L
Decimal 197 28 3 0 0.86 0.98 0.23 7.73 0.97 0.39
Hex C5 1C 3 0 56 62 17 8 61 27
Octal 305 34 3 0 126 142 27 10 141 47
Binary 11000101 11100 11 0 1010110 1100010 10111 1000 1100001 100111

Color Harmonies of #C51C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C51C03

Black with #C51C03

Text Example


Text Example

White with #C51C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C51C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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