Html Css Color HEX #D31C03 Harley Davidson Orange

📋 copy color: '#D31C03'

red 211 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #D31C03

Tints of Harley Davidson Orange #D31C03

RGB

 RED value IS 211 (82.81% from 255) = 87.19%

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

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

R = 87.19%
G = 11.57%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.17

RGB Variations

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

Color information

#D31C03 (or 0xD31C03) is known color: Harley Davidson Orange. HEX triplet: D3, 1C and 03. RGB value is (211,28,3). Sum of RGB (Red+Green+Blue) = 211+28+3=242 (32% of max value = 765). Red value is 211 (82.81% from 255 or 87.19% from 242); Green value is 28 (11.33% from 255 or 11.57% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 211 - color contains mainly: red. Hex color #D31C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D31C03 is #2CE3FC. Grayscale: #505050. Windows color (decimal): -2941949 or 203987. OLE color: 203987.

HSL color Cylindrical-coordinate representation of color #D31C03: hue angle of 7.21º degrees, saturation: 0.97, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D31C03 is Cyan = 0, Magento = 0.87, Yellow = 0.99 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 28 3 -
CMYK 0 0.87 0.99 0.17
HSL 7.21º 0.97% 0.42% -
HSV(B) 7.21º 0.99% 0.83% -
XYZ 27.3 14.69 1.48 -
YUV 79.87 84.63 221.53 -
System Red Green Blue C M Y K H S L
Decimal 211 28 3 0 0.87 0.99 0.17 7.21 0.97 0.42
Hex D3 1C 3 0 57 63 11 7 61 2A
Octal 323 34 3 0 127 143 21 7 141 52
Binary 11010011 11100 11 0 1010111 1100011 10001 111 1100001 101010

Color Harmonies of #D31C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D31C03

Black with #D31C03

Text Example


Text Example

White with #D31C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D31C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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