Html Css Color HEX #D21A0F Harley Davidson Orange

📋 copy color: '#D21A0F'

red 210 ◦ green 26 ◦ blue 15

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

Shades of Harley Davidson Orange #D21A0F

Tints of Harley Davidson Orange #D21A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.36%

 BLUE value IS 15 (6.25% from 255) = 5.98%

R = 83.67%
G = 10.36%
B = 5.98%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.93

 K value IS 0.18

RGB Variations

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

Color information

#D21A0F (or 0xD21A0F) is known color: Harley Davidson Orange. HEX triplet: D2, 1A and 0F. RGB value is (210,26,15). Sum of RGB (Red+Green+Blue) = 210+26+15=251 (33% of max value = 765). Red value is 210 (82.42% from 255 or 83.67% from 251); Green value is 26 (10.55% from 255 or 10.36% from 251); Blue value is 15 (6.25% from 255 or 5.98% from 251); Max value from RGB is 210 - color contains mainly: red. Hex color #D21A0F is not a web safe color. Web safe color analog (approx): #CC3300. Inversed color of #D21A0F is #2DE5F0. Grayscale: #4F4F4F. Windows color (decimal): -3007985 or 989906. OLE color: 989906.

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

Color convert

RGB 210 26 15 -
CMYK 0 0.88 0.93 0.18
HSL 3.38º 0.87% 0.44% -
HSV(B) 3.38º 0.93% 0.82% -
XYZ 27.03 14.47 1.82 -
YUV 79.76 91.46 220.89 -
System Red Green Blue C M Y K H S L
Decimal 210 26 15 0 0.88 0.93 0.18 3.38 0.87 0.44
Hex D2 1A F 0 58 5D 12 3 57 2C
Octal 322 32 17 0 130 135 22 3 127 54
Binary 11010010 11010 1111 0 1011000 1011101 10010 11 1010111 101100

Color Harmonies of #D21A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21A0F

Black with #D21A0F

Text Example


Text Example

White with #D21A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21A0F; }

 p { color: rgb(210,26,15); }

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

background-color css

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

 a { background-color: rgb(210,26,15); }

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

border-color css

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

 span { border-color: rgb(210,26,15); }

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