Html Css Color HEX #D23431 Persian Red

📋 copy color: '#D23431'

red 210 ◦ green 52 ◦ blue 49

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

Shades of Persian Red #D23431

Tints of Persian Red #D23431

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.72%

 BLUE value IS 49 (19.53% from 255) = 15.76%

R = 67.52%
G = 16.72%
B = 15.76%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23431 (or 0xD23431) is known color: Persian Red. HEX triplet: D2, 34 and 31. RGB value is (210,52,49). Sum of RGB (Red+Green+Blue) = 210+52+49=311 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.52% from 311); Green value is 52 (20.70% from 255 or 16.72% from 311); Blue value is 49 (19.53% from 255 or 15.76% from 311); Max value from RGB is 210 - color contains mainly: red. Hex color #D23431 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23431 is #2DCBCE. Grayscale: #636363. Windows color (decimal): -3001295 or 3224786. OLE color: 3224786.

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

Color convert

RGB 210 52 49 -
CMYK 0 0.75 0.77 0.18
HSL 1.12º 0.64% 0.51% -
HSV(B) 1.12º 0.77% 0.82% -
XYZ 28.36 16.38 4.57 -
YUV 98.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 210 52 49 0 0.75 0.77 0.18 1.12 0.64 0.51
Hex D2 34 31 0 4B 4D 12 1 40 33
Octal 322 64 61 0 113 115 22 1 100 63
Binary 11010010 110100 110001 0 1001011 1001101 10010 1 1000000 110011

Color Harmonies of #D23431

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23431

Black with #D23431

Text Example


Text Example

White with #D23431

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23431; }

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

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

background-color css

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

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

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

border-color css

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

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

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