Html Css Color HEX #D23724 Persian Red

📋 copy color: '#D23724'

red 210 ◦ green 55 ◦ blue 36

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

Shades of Persian Red #D23724

Tints of Persian Red #D23724

RGB

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

 GREEN value IS 55 (21.88% from 255) = 18.27%

 BLUE value IS 36 (14.45% from 255) = 11.96%

R = 69.77%
G = 18.27%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23724 (or 0xD23724) is known color: Persian Red. HEX triplet: D2, 37 and 24. RGB value is (210,55,36). Sum of RGB (Red+Green+Blue) = 210+55+36=301 (39% of max value = 765). Red value is 210 (82.42% from 255 or 69.77% from 301); Green value is 55 (21.88% from 255 or 18.27% from 301); Blue value is 36 (14.45% from 255 or 11.96% from 301); Max value from RGB is 210 - color contains mainly: red. Hex color #D23724 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23724 is #2DC8DB. Grayscale: #636363. Windows color (decimal): -3000540 or 2373586. OLE color: 2373586.

HSL color Cylindrical-coordinate representation of color #D23724: hue angle of 6.55º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D23724 is Cyan = 0, Magento = 0.74, Yellow = 0.83 and Black (K on CMYK) = 0.18.

Color convert

RGB 210 55 36 -
CMYK 0 0.74 0.83 0.18
HSL 6.55º 0.71% 0.48% -
HSV(B) 6.55º 0.83% 0.82% -
XYZ 28.26 16.56 3.38 -
YUV 99.18 92.35 207.04 -
System Red Green Blue C M Y K H S L
Decimal 210 55 36 0 0.74 0.83 0.18 6.55 0.71 0.48
Hex D2 37 24 0 4A 53 12 7 47 30
Octal 322 67 44 0 112 123 22 7 107 60
Binary 11010010 110111 100100 0 1001010 1010011 10010 111 1000111 110000

Color Harmonies of #D23724

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23724

Black with #D23724

Text Example


Text Example

White with #D23724

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23724; }

 p { color: rgb(210,55,36); }

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

background-color css

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

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

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

border-color css

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

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

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