Html Css Color HEX #D21F1E Harley Davidson Orange

📋 copy color: '#D21F1E'

red 210 ◦ green 31 ◦ blue 30

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

Shades of Harley Davidson Orange #D21F1E

Tints of Harley Davidson Orange #D21F1E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 11.07%

R = 77.49%
G = 11.44%
B = 11.07%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D21F1E (or 0xD21F1E) is known color: Harley Davidson Orange. HEX triplet: D2, 1F and 1E. RGB value is (210,31,30). Sum of RGB (Red+Green+Blue) = 210+31+30=271 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.49% from 271); Green value is 31 (12.5% from 255 or 11.44% from 271); Blue value is 30 (12.11% from 255 or 11.07% from 271); Max value from RGB is 210 - color contains mainly: red. Hex color #D21F1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21F1E is #2DE0E1. Grayscale: #545454. Windows color (decimal): -3006690 or 1974226. OLE color: 1974226.

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

Color convert

RGB 210 31 30 -
CMYK 0 0.85 0.86 0.18
HSL 0.33º 0.75% 0.47% -
HSV(B) 0.33º 0.86% 0.82% -
XYZ 27.3 14.78 2.64 -
YUV 84.41 97.3 217.58 -
System Red Green Blue C M Y K H S L
Decimal 210 31 30 0 0.85 0.86 0.18 0.33 0.75 0.47
Hex D2 1F 1E 0 55 56 12 0 4B 2F
Octal 322 37 36 0 125 126 22 0 113 57
Binary 11010010 11111 11110 0 1010101 1010110 10010 0 1001011 101111

Color Harmonies of #D21F1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21F1E

Black with #D21F1E

Text Example


Text Example

White with #D21F1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21F1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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