Html Css Color HEX #D21E1E Persian Red

📋 copy color: '#D21E1E'

red 210 ◦ green 30 ◦ blue 30

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

Shades of Persian Red #D21E1E

Tints of Persian Red #D21E1E

RGB

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

 GREEN value IS 30 (12.11% from 255) = 11.11%

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

R = 77.78%
G = 11.11%
B = 11.11%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.18

RGB Variations

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

Color information

#D21E1E (or 0xD21E1E) is known color: Persian Red. HEX triplet: D2, 1E and 1E. RGB value is (210,30,30). Sum of RGB (Red+Green+Blue) = 210+30+30=270 (35% of max value = 765). Red value is 210 (82.42% from 255 or 77.78% from 270); Green value is 30 (12.11% from 255 or 11.11% from 270); Blue value is 30 (12.11% from 255 or 11.11% from 270); Max value from RGB is 210 - color contains mainly: red. Hex color #D21E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D21E1E is #2DE1E1. Grayscale: #545454. Windows color (decimal): -3006946 or 1973970. OLE color: 1973970.

HSL color Cylindrical-coordinate representation of color #D21E1E: hue angle of 0º 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 #D21E1E is Cyan = 0, Magento = 0.86, Yellow = 0.86 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 30 30 -
CMYK 0 0.86 0.86 0.18
HSL 0.75% 0.47% -
HSV(B) 0.86% 0.82% -
XYZ 27.28 14.72 2.63 -
YUV 83.82 97.63 218 -
System Red Green Blue C M Y K H S L
Decimal 210 30 30 0 0.86 0.86 0.18 0 0.75 0.47
Hex D2 1E 1E 0 56 56 12 0 4B 2F
Octal 322 36 36 0 126 126 22 0 113 57
Binary 11010010 11110 11110 0 1010110 1010110 10010 0 1001011 101111

Color Harmonies of #D21E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D21E1E

Black with #D21E1E

Text Example


Text Example

White with #D21E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D21E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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