Html Css Color HEX #D21D03 Harley Davidson Orange

📋 copy color: '#D21D03'

red 210 ◦ green 29 ◦ blue 3

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

Shades of Harley Davidson Orange #D21D03

Tints of Harley Davidson Orange #D21D03

RGB

 RED value IS 210 (82.42% from 255) = 86.78%

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

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

R = 86.78%
G = 11.98%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D21D03 (or 0xD21D03) is known color: Harley Davidson Orange. HEX triplet: D2, 1D and 03. RGB value is (210,29,3). Sum of RGB (Red+Green+Blue) = 210+29+3=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 29 (11.72% from 255 or 11.98% from 242); Blue value is 3 (1.56% from 255 or 1.24% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D21D03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21D03 is #2DE2FC. Grayscale: #505050. Windows color (decimal): -3007229 or 204242. OLE color: 204242.

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

Color convert

RGB 210 29 3 -
CMYK 0 0.86 0.99 0.18
HSL 7.54º 0.97% 0.42% -
HSV(B) 7.54º 0.99% 0.82% -
XYZ 27.03 14.59 1.48 -
YUV 80.16 84.47 220.61 -
System Red Green Blue C M Y K H S L
Decimal 210 29 3 0 0.86 0.99 0.18 7.54 0.97 0.42
Hex D2 1D 3 0 56 63 12 8 61 2A
Octal 322 35 3 0 126 143 22 10 141 52
Binary 11010010 11101 11 0 1010110 1100011 10010 1000 1100001 101010

Color Harmonies of #D21D03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21D03

Black with #D21D03

Text Example


Text Example

White with #D21D03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21D03; }

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

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

background-color css

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

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

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

border-color css

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

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

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