Html Css Color HEX #D23E2E Persian Red

📋 copy color: '#D23E2E'

red 210 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #D23E2E

Tints of Persian Red #D23E2E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.5%

 BLUE value IS 46 (18.36% from 255) = 14.47%

R = 66.04%
G = 19.5%
B = 14.47%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D23E2E (or 0xD23E2E) is known color: Persian Red. HEX triplet: D2, 3E and 2E. RGB value is (210,62,46). Sum of RGB (Red+Green+Blue) = 210+62+46=318 (42% of max value = 765). Red value is 210 (82.42% from 255 or 66.04% from 318); Green value is 62 (24.61% from 255 or 19.50% from 318); Blue value is 46 (18.36% from 255 or 14.47% from 318); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E2E is #2DC1D1. Grayscale: #686868. Windows color (decimal): -2998738 or 3030738. OLE color: 3030738.

HSL color Cylindrical-coordinate representation of color #D23E2E: hue angle of 5.85º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D23E2E is Cyan = 0, Magento = 0.70, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 62 46 -
CMYK 0 0.70 0.78 0.18
HSL 5.85º 0.65% 0.5% -
HSV(B) 5.85º 0.78% 0.82% -
XYZ 28.79 17.34 4.41 -
YUV 104.43 95.03 203.3 -
System Red Green Blue C M Y K H S L
Decimal 210 62 46 0 0.70 0.78 0.18 5.85 0.65 0.5
Hex D2 3E 2E 0 46 4E 12 6 41 32
Octal 322 76 56 0 106 116 22 6 101 62
Binary 11010010 111110 101110 0 1000110 1001110 10010 110 1000001 110010

Color Harmonies of #D23E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E2E

Black with #D23E2E

Text Example


Text Example

White with #D23E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E2E; }

 p { color: rgb(210,62,46); }

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

background-color css

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

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

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

border-color css

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

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

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