Html Css Color HEX #D23931 Persian Red

📋 copy color: '#D23931'

red 210 ◦ green 57 ◦ blue 49

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

Shades of Persian Red #D23931

Tints of Persian Red #D23931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.04%

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

R = 66.46%
G = 18.04%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D23931 (or 0xD23931) is known color: Persian Red. HEX triplet: D2, 39 and 31. RGB value is (210,57,49). Sum of RGB (Red+Green+Blue) = 210+57+49=316 (41% of max value = 765). Red value is 210 (82.42% from 255 or 66.46% from 316); Green value is 57 (22.66% from 255 or 18.04% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 210 - color contains mainly: red. Hex color #D23931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23931 is #2DC6CE. Grayscale: #666666. Windows color (decimal): -3000015 or 3226066. OLE color: 3226066.

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

Color convert

RGB 210 57 49 -
CMYK 0 0.73 0.77 0.18
HSL 2.98º 0.64% 0.51% -
HSV(B) 2.98º 0.77% 0.82% -
XYZ 28.6 16.85 4.65 -
YUV 101.84 98.19 205.15 -
System Red Green Blue C M Y K H S L
Decimal 210 57 49 0 0.73 0.77 0.18 2.98 0.64 0.51
Hex D2 39 31 0 49 4D 12 3 40 33
Octal 322 71 61 0 111 115 22 3 100 63
Binary 11010010 111001 110001 0 1001001 1001101 10010 11 1000000 110011

Color Harmonies of #D23931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23931

Black with #D23931

Text Example


Text Example

White with #D23931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23931; }

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

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

background-color css

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

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

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

border-color css

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

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

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