Html Css Color HEX #D23124 Persian Red

📋 copy color: '#D23124'

red 210 ◦ green 49 ◦ blue 36

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

Shades of Persian Red #D23124

Tints of Persian Red #D23124

RGB

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

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

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

R = 71.19%
G = 16.61%
B = 12.2%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23124 (or 0xD23124) is known color: Persian Red. HEX triplet: D2, 31 and 24. RGB value is (210,49,36). Sum of RGB (Red+Green+Blue) = 210+49+36=295 (39% of max value = 765). Red value is 210 (82.42% from 255 or 71.19% from 295); Green value is 49 (19.53% from 255 or 16.61% from 295); Blue value is 36 (14.45% from 255 or 12.20% from 295); Max value from RGB is 210 - color contains mainly: red. Hex color #D23124 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23124 is #2DCEDB. Grayscale: #5F5F5F. Windows color (decimal): -3002076 or 2372050. OLE color: 2372050.

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

Color convert

RGB 210 49 36 -
CMYK 0 0.77 0.83 0.18
HSL 4.48º 0.71% 0.48% -
HSV(B) 4.48º 0.83% 0.82% -
XYZ 28 16.03 3.29 -
YUV 95.66 94.34 209.56 -
System Red Green Blue C M Y K H S L
Decimal 210 49 36 0 0.77 0.83 0.18 4.48 0.71 0.48
Hex D2 31 24 0 4D 53 12 4 47 30
Octal 322 61 44 0 115 123 22 4 107 60
Binary 11010010 110001 100100 0 1001101 1010011 10010 100 1000111 110000

Color Harmonies of #D23124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23124

Black with #D23124

Text Example


Text Example

White with #D23124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23124; }

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

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

background-color css

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

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

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

border-color css

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

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

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