Html Css Color HEX #D21C03 Harley Davidson Orange

📋 copy color: '#D21C03'

red 210 ◦ green 28 ◦ blue 3

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

Shades of Harley Davidson Orange #D21C03

Tints of Harley Davidson Orange #D21C03

RGB

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

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

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

R = 87.14%
G = 11.62%
B = 1.24%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.18

RGB Variations

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

Color information

#D21C03 (or 0xD21C03) is known color: Harley Davidson Orange. HEX triplet: D2, 1C and 03. RGB value is (210,28,3). Sum of RGB (Red+Green+Blue) = 210+28+3=241 (31% of max value = 765). Red value is 210 (82.42% from 255 or 87.14% from 241); Green value is 28 (11.33% from 255 or 11.62% from 241); Blue value is 3 (1.56% from 255 or 1.24% from 241); Max value from RGB is 210 - color contains mainly: red. Hex color #D21C03 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21C03 is #2DE3FC. Grayscale: #4F4F4F. Windows color (decimal): -3007485 or 203986. OLE color: 203986.

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

Color convert

RGB 210 28 3 -
CMYK 0 0.87 0.99 0.18
HSL 7.25º 0.97% 0.42% -
HSV(B) 7.25º 0.99% 0.82% -
XYZ 27.01 14.54 1.47 -
YUV 79.57 84.8 221.03 -
System Red Green Blue C M Y K H S L
Decimal 210 28 3 0 0.87 0.99 0.18 7.25 0.97 0.42
Hex D2 1C 3 0 57 63 12 7 61 2A
Octal 322 34 3 0 127 143 22 7 141 52
Binary 11010010 11100 11 0 1010111 1100011 10010 111 1100001 101010

Color Harmonies of #D21C03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21C03

Black with #D21C03

Text Example


Text Example

White with #D21C03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21C03; }

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

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

background-color css

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

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

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

border-color css

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

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

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