Html Css Color HEX #D23531 Persian Red

📋 copy color: '#D23531'

red 210 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #D23531

Tints of Persian Red #D23531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 16.99%

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

R = 67.31%
G = 16.99%
B = 15.71%

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

#D23531 (or 0xD23531) is known color: Persian Red. HEX triplet: D2, 35 and 31. RGB value is (210,53,49). Sum of RGB (Red+Green+Blue) = 210+53+49=312 (41% of max value = 765). Red value is 210 (82.42% from 255 or 67.31% from 312); Green value is 53 (21.09% from 255 or 16.99% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 210 - color contains mainly: red. Hex color #D23531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23531 is #2DCACE. Grayscale: #636363. Windows color (decimal): -3001039 or 3225042. OLE color: 3225042.

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

Color convert

RGB 210 53 49 -
CMYK 0 0.75 0.77 0.18
HSL 1.49º 0.64% 0.51% -
HSV(B) 1.49º 0.77% 0.82% -
XYZ 28.41 16.47 4.59 -
YUV 99.49 99.51 206.83 -
System Red Green Blue C M Y K H S L
Decimal 210 53 49 0 0.75 0.77 0.18 1.49 0.64 0.51
Hex D2 35 31 0 4B 4D 12 1 40 33
Octal 322 65 61 0 113 115 22 1 100 63
Binary 11010010 110101 110001 0 1001011 1001101 10010 1 1000000 110011

Color Harmonies of #D23531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23531

Black with #D23531

Text Example


Text Example

White with #D23531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23531; }

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

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

background-color css

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

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

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

border-color css

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

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

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