Html Css Color HEX #D21F1C Harley Davidson Orange

📋 copy color: '#D21F1C'

red 210 ◦ green 31 ◦ blue 28

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

Shades of Harley Davidson Orange #D21F1C

Tints of Harley Davidson Orange #D21F1C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 10.41%

R = 78.07%
G = 11.52%
B = 10.41%

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

#D21F1C (or 0xD21F1C) is known color: Harley Davidson Orange. HEX triplet: D2, 1F and 1C. RGB value is (210,31,28). Sum of RGB (Red+Green+Blue) = 210+31+28=269 (35% of max value = 765). Red value is 210 (82.42% from 255 or 78.07% from 269); Green value is 31 (12.5% from 255 or 11.52% from 269); Blue value is 28 (11.33% from 255 or 10.41% from 269); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F1C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F1C is #2DE0E3. Grayscale: #545454. Windows color (decimal): -3006692 or 1843154. OLE color: 1843154.

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

Color convert

RGB 210 31 28 -
CMYK 0 0.85 0.87 0.18
HSL 0.99º 0.76% 0.47% -
HSV(B) 0.99º 0.87% 0.82% -
XYZ 27.28 14.77 2.51 -
YUV 84.18 96.3 217.74 -
System Red Green Blue C M Y K H S L
Decimal 210 31 28 0 0.85 0.87 0.18 0.99 0.76 0.47
Hex D2 1F 1C 0 55 57 12 1 4C 2F
Octal 322 37 34 0 125 127 22 1 114 57
Binary 11010010 11111 11100 0 1010101 1010111 10010 1 1001100 101111

Color Harmonies of #D21F1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F1C

Black with #D21F1C

Text Example


Text Example

White with #D21F1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F1C; }

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

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

background-color css

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

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

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

border-color css

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

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

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