Html Css Color HEX #D23E34 Persian Red

📋 copy color: '#D23E34'

red 210 ◦ green 62 ◦ blue 52

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

Shades of Persian Red #D23E34

Tints of Persian Red #D23E34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.05%

R = 64.81%
G = 19.14%
B = 16.05%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D23E34 (or 0xD23E34) is known color: Persian Red. HEX triplet: D2, 3E and 34. RGB value is (210,62,52). Sum of RGB (Red+Green+Blue) = 210+62+52=324 (42% of max value = 765). Red value is 210 (82.42% from 255 or 64.81% from 324); Green value is 62 (24.61% from 255 or 19.14% from 324); Blue value is 52 (20.70% from 255 or 16.05% from 324); Max value from RGB is 210 - color contains mainly: red. Hex color #D23E34 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23E34 is #2DC1CB. Grayscale: #696969. Windows color (decimal): -2998732 or 3423954. OLE color: 3423954.

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

Color convert

RGB 210 62 52 -
CMYK 0 0.70 0.75 0.18
HSL 3.8º 0.64% 0.51% -
HSV(B) 3.8º 0.75% 0.82% -
XYZ 28.92 17.39 5.08 -
YUV 105.11 98.03 202.81 -
System Red Green Blue C M Y K H S L
Decimal 210 62 52 0 0.70 0.75 0.18 3.8 0.64 0.51
Hex D2 3E 34 0 46 4B 12 4 40 33
Octal 322 76 64 0 106 113 22 4 100 63
Binary 11010010 111110 110100 0 1000110 1001011 10010 100 1000000 110011

Color Harmonies of #D23E34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23E34

Black with #D23E34

Text Example


Text Example

White with #D23E34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23E34; }

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

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

background-color css

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

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

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

border-color css

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

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

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