Html Css Color HEX #D23424 Persian Red

📋 copy color: '#D23424'

red 210 ◦ green 52 ◦ blue 36

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

Shades of Persian Red #D23424

Tints of Persian Red #D23424

RGB

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

 GREEN value IS 52 (20.7% from 255) = 17.45%

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

R = 70.47%
G = 17.45%
B = 12.08%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23424 (or 0xD23424) is known color: Persian Red. HEX triplet: D2, 34 and 24. RGB value is (210,52,36). Sum of RGB (Red+Green+Blue) = 210+52+36=298 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.47% from 298); Green value is 52 (20.70% from 255 or 17.45% from 298); Blue value is 36 (14.45% from 255 or 12.08% from 298); Max value from RGB is 210 - color contains mainly: red. Hex color #D23424 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23424 is #2DCBDB. Grayscale: #616161. Windows color (decimal): -3001308 or 2372818. OLE color: 2372818.

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

Color convert

RGB 210 52 36 -
CMYK 0 0.75 0.83 0.18
HSL 5.52º 0.71% 0.48% -
HSV(B) 5.52º 0.83% 0.82% -
XYZ 28.12 16.28 3.33 -
YUV 97.42 93.35 208.3 -
System Red Green Blue C M Y K H S L
Decimal 210 52 36 0 0.75 0.83 0.18 5.52 0.71 0.48
Hex D2 34 24 0 4B 53 12 6 47 30
Octal 322 64 44 0 113 123 22 6 107 60
Binary 11010010 110100 100100 0 1001011 1010011 10010 110 1000111 110000

Color Harmonies of #D23424

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23424

Black with #D23424

Text Example


Text Example

White with #D23424

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23424; }

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

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

background-color css

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

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

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

border-color css

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

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

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