Html Css Color HEX #D23231 Persian Red

📋 copy color: '#D23231'

red 210 ◦ green 50 ◦ blue 49

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

Shades of Persian Red #D23231

Tints of Persian Red #D23231

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.18%

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

R = 67.96%
G = 16.18%
B = 15.86%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23231 (or 0xD23231) is known color: Persian Red. HEX triplet: D2, 32 and 31. RGB value is (210,50,49). Sum of RGB (Red+Green+Blue) = 210+50+49=309 (40% of max value = 765). Red value is 210 (82.42% from 255 or 67.96% from 309); Green value is 50 (19.92% from 255 or 16.18% from 309); Blue value is 49 (19.53% from 255 or 15.86% from 309); Max value from RGB is 210 - color contains mainly: red. Hex color #D23231 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23231 is #2DCDCE. Grayscale: #616161. Windows color (decimal): -3001807 or 3224274. OLE color: 3224274.

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

Color convert

RGB 210 50 49 -
CMYK 0 0.76 0.77 0.18
HSL 0.37º 0.64% 0.51% -
HSV(B) 0.37º 0.77% 0.82% -
XYZ 28.27 16.2 4.54 -
YUV 97.73 100.51 208.08 -
System Red Green Blue C M Y K H S L
Decimal 210 50 49 0 0.76 0.77 0.18 0.37 0.64 0.51
Hex D2 32 31 0 4C 4D 12 0 40 33
Octal 322 62 61 0 114 115 22 0 100 63
Binary 11010010 110010 110001 0 1001100 1001101 10010 0 1000000 110011

Color Harmonies of #D23231

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23231

Black with #D23231

Text Example


Text Example

White with #D23231

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23231; }

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

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

background-color css

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

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

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

border-color css

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

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

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