Html Css Color HEX #D23224 Persian Red

📋 copy color: '#D23224'

red 210 ◦ green 50 ◦ blue 36

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

Shades of Persian Red #D23224

Tints of Persian Red #D23224

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.89%

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

R = 70.95%
G = 16.89%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.83

 K value IS 0.18

RGB Variations

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

Color information

#D23224 (or 0xD23224) is known color: Persian Red. HEX triplet: D2, 32 and 24. RGB value is (210,50,36). Sum of RGB (Red+Green+Blue) = 210+50+36=296 (39% of max value = 765). Red value is 210 (82.42% from 255 or 70.95% from 296); Green value is 50 (19.92% from 255 or 16.89% from 296); Blue value is 36 (14.45% from 255 or 12.16% from 296); Max value from RGB is 210 - color contains mainly: red. Hex color #D23224 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D23224 is #2DCDDB. Grayscale: #606060. Windows color (decimal): -3001820 or 2372306. OLE color: 2372306.

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

Color convert

RGB 210 50 36 -
CMYK 0 0.76 0.83 0.18
HSL 4.83º 0.71% 0.48% -
HSV(B) 4.83º 0.83% 0.82% -
XYZ 28.04 16.11 3.3 -
YUV 96.24 94.01 209.14 -
System Red Green Blue C M Y K H S L
Decimal 210 50 36 0 0.76 0.83 0.18 4.83 0.71 0.48
Hex D2 32 24 0 4C 53 12 5 47 30
Octal 322 62 44 0 114 123 22 5 107 60
Binary 11010010 110010 100100 0 1001100 1010011 10010 101 1000111 110000

Color Harmonies of #D23224

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D23224

Black with #D23224

Text Example


Text Example

White with #D23224

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D23224; }

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

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

background-color css

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

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

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

border-color css

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

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

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