Html Css Color HEX #D41E1E Persian Red

📋 copy color: '#D41E1E'

red 212 ◦ green 30 ◦ blue 30

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

Shades of Persian Red #D41E1E

Tints of Persian Red #D41E1E

RGB

 RED value IS 212 (83.2% from 255) = 77.94%

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

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

R = 77.94%
G = 11.03%
B = 11.03%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.86

 K value IS 0.17

RGB Variations

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

Color information

#D41E1E (or 0xD41E1E) is known color: Persian Red. HEX triplet: D4, 1E and 1E. RGB value is (212,30,30). Sum of RGB (Red+Green+Blue) = 212+30+30=272 (36% of max value = 765). Red value is 212 (83.20% from 255 or 77.94% from 272); Green value is 30 (12.11% from 255 or 11.03% from 272); Blue value is 30 (12.11% from 255 or 11.03% from 272); Max value from RGB is 212 - color contains mainly: red. Hex color #D41E1E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D41E1E is #2BE1E1. Grayscale: #545454. Windows color (decimal): -2875874 or 1973972. OLE color: 1973972.

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

Color convert

RGB 212 30 30 -
CMYK 0 0.86 0.86 0.17
HSL 0.75% 0.47% -
HSV(B) 0.86% 0.83% -
XYZ 27.85 15.02 2.66 -
YUV 84.42 97.3 219 -
System Red Green Blue C M Y K H S L
Decimal 212 30 30 0 0.86 0.86 0.17 0 0.75 0.47
Hex D4 1E 1E 0 56 56 11 0 4B 2F
Octal 324 36 36 0 126 126 21 0 113 57
Binary 11010100 11110 11110 0 1010110 1010110 10001 0 1001011 101111

Color Harmonies of #D41E1E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D41E1E

Black with #D41E1E

Text Example


Text Example

White with #D41E1E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D41E1E; }

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

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

background-color css

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

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

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

border-color css

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

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

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