Html Css Color HEX #D23131 Persian Red

📋 copy color: '#D23131'

red 210 ◦ green 49 ◦ blue 49

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

Shades of Persian Red #D23131

Tints of Persian Red #D23131

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.91%

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

R = 68.18%
G = 15.91%
B = 15.91%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23131 (or 0xD23131) is known color: Persian Red. HEX triplet: D2, 31 and 31. RGB value is (210,49,49). Sum of RGB (Red+Green+Blue) = 210+49+49=308 (40% of max value = 765). Red value is 210 (82.42% from 255 or 68.18% from 308); Green value is 49 (19.53% from 255 or 15.91% from 308); Blue value is 49 (19.53% from 255 or 15.91% from 308); Max value from RGB is 210 - color contains mainly: red. Hex color #D23131 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23131 is #2DCECE. Grayscale: #616161. Windows color (decimal): -3002063 or 3224018. OLE color: 3224018.

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

Color convert

RGB 210 49 49 -
CMYK 0 0.77 0.77 0.18
HSL 0.64% 0.51% -
HSV(B) 0.77% 0.82% -
XYZ 28.23 16.12 4.53 -
YUV 97.14 100.84 208.5 -
System Red Green Blue C M Y K H S L
Decimal 210 49 49 0 0.77 0.77 0.18 0 0.64 0.51
Hex D2 31 31 0 4D 4D 12 0 40 33
Octal 322 61 61 0 115 115 22 0 100 63
Binary 11010010 110001 110001 0 1001101 1001101 10010 0 1000000 110011

Color Harmonies of #D23131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23131

Black with #D23131

Text Example


Text Example

White with #D23131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23131; }

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

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

background-color css

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

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

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

border-color css

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

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

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