Html Css Color HEX #D21B05 Harley Davidson Orange

📋 copy color: '#D21B05'

red 210 ◦ green 27 ◦ blue 5

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

Shades of Harley Davidson Orange #D21B05

Tints of Harley Davidson Orange #D21B05

RGB

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

 GREEN value IS 27 (10.94% from 255) = 11.16%

 BLUE value IS 5 (2.34% from 255) = 2.07%

R = 86.78%
G = 11.16%
B = 2.07%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.98

 K value IS 0.18

RGB Variations

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

Color information

#D21B05 (or 0xD21B05) is known color: Harley Davidson Orange. HEX triplet: D2, 1B and 05. RGB value is (210,27,5). Sum of RGB (Red+Green+Blue) = 210+27+5=242 (32% of max value = 765). Red value is 210 (82.42% from 255 or 86.78% from 242); Green value is 27 (10.94% from 255 or 11.16% from 242); Blue value is 5 (2.34% from 255 or 2.07% from 242); Max value from RGB is 210 - color contains mainly: red. Hex color #D21B05 is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21B05 is #2DE4FA. Grayscale: #4F4F4F. Windows color (decimal): -3007739 or 334802. OLE color: 334802.

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

Color convert

RGB 210 27 5 -
CMYK 0 0.87 0.98 0.18
HSL 6.44º 0.95% 0.42% -
HSV(B) 6.44º 0.98% 0.82% -
XYZ 27 14.5 1.52 -
YUV 79.21 86.13 221.29 -
System Red Green Blue C M Y K H S L
Decimal 210 27 5 0 0.87 0.98 0.18 6.44 0.95 0.42
Hex D2 1B 5 0 57 62 12 6 5F 2A
Octal 322 33 5 0 127 142 22 6 137 52
Binary 11010010 11011 101 0 1010111 1100010 10010 110 1011111 101010

Color Harmonies of #D21B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21B05

Black with #D21B05

Text Example


Text Example

White with #D21B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21B05; }

 p { color: rgb(210,27,5); }

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

background-color css

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

 a { background-color: rgb(210,27,5); }

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

border-color css

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

 span { border-color: rgb(210,27,5); }

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