Html Css Color HEX #D21F1B Harley Davidson Orange

📋 copy color: '#D21F1B'

red 210 ◦ green 31 ◦ blue 27

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

Shades of Harley Davidson Orange #D21F1B

Tints of Harley Davidson Orange #D21F1B

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.57%

 BLUE value IS 27 (10.94% from 255) = 10.07%

R = 78.36%
G = 11.57%
B = 10.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.18

RGB Variations

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

Color information

#D21F1B (or 0xD21F1B) is known color: Harley Davidson Orange. HEX triplet: D2, 1F and 1B. RGB value is (210,31,27). Sum of RGB (Red+Green+Blue) = 210+31+27=268 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.36% from 268); Green value is 31 (12.5% from 255 or 11.57% from 268); Blue value is 27 (10.94% from 255 or 10.07% from 268); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F1B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F1B is #2DE0E4. Grayscale: #545454. Windows color (decimal): -3006693 or 1777618. OLE color: 1777618.

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

Color convert

RGB 210 31 27 -
CMYK 0 0.85 0.87 0.18
HSL 1.31º 0.77% 0.46% -
HSV(B) 1.31º 0.87% 0.82% -
XYZ 27.27 14.76 2.45 -
YUV 84.07 95.8 217.83 -
System Red Green Blue C M Y K H S L
Decimal 210 31 27 0 0.85 0.87 0.18 1.31 0.77 0.46
Hex D2 1F 1B 0 55 57 12 1 4D 2E
Octal 322 37 33 0 125 127 22 1 115 56
Binary 11010010 11111 11011 0 1010101 1010111 10010 1 1001101 101110

Color Harmonies of #D21F1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F1B

Black with #D21F1B

Text Example


Text Example

White with #D21F1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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