Html Css Color HEX #D52423 Persian Red

📋 copy color: '#D52423'

red 213 ◦ green 36 ◦ blue 35

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

Shades of Persian Red #D52423

Tints of Persian Red #D52423

RGB

 RED value IS 213 (83.59% from 255) = 75%

 GREEN value IS 36 (14.45% from 255) = 12.68%

 BLUE value IS 35 (14.06% from 255) = 12.32%

R = 75%
G = 12.68%
B = 12.32%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.84

 K value IS 0.16

RGB Variations

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

Color information

#D52423 (or 0xD52423) is known color: Persian Red. HEX triplet: D5, 24 and 23. RGB value is (213,36,35). Sum of RGB (Red+Green+Blue) = 213+36+35=284 (37% of max value = 765). Red value is 213 (83.59% from 255 or 75% from 284); Green value is 36 (14.45% from 255 or 12.68% from 284); Blue value is 35 (14.06% from 255 or 12.32% from 284); Max value from RGB is 213 - color contains mainly: red. Hex color #D52423 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52423 is #2ADBDC. Grayscale: #585858. Windows color (decimal): -2808797 or 2303189. OLE color: 2303189.

HSL color Cylindrical-coordinate representation of color #D52423: hue angle of 0.34º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52423 is Cyan = 0, Magento = 0.83, Yellow = 0.84 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 36 35 -
CMYK 0 0.83 0.84 0.16
HSL 0.34º 0.72% 0.49% -
HSV(B) 0.34º 0.84% 0.84% -
XYZ 28.37 15.53 3.09 -
YUV 88.81 97.64 216.58 -
System Red Green Blue C M Y K H S L
Decimal 213 36 35 0 0.83 0.84 0.16 0.34 0.72 0.49
Hex D5 24 23 0 53 54 10 0 48 31
Octal 325 44 43 0 123 124 20 0 110 61
Binary 11010101 100100 100011 0 1010011 1010100 10000 0 1001000 110001

Color Harmonies of #D52423

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52423

Black with #D52423

Text Example


Text Example

White with #D52423

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52423; }

 p { color: rgb(213,36,35); }

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

background-color css

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

 a { background-color: rgb(213,36,35); }

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

border-color css

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

 span { border-color: rgb(213,36,35); }

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