Html Css Color HEX #D52B24 Persian Red

📋 copy color: '#D52B24'

red 213 ◦ green 43 ◦ blue 36

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

Shades of Persian Red #D52B24

Tints of Persian Red #D52B24

RGB

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

 GREEN value IS 43 (17.19% from 255) = 14.73%

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

R = 72.95%
G = 14.73%
B = 12.33%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52B24 (or 0xD52B24) is known color: Persian Red. HEX triplet: D5, 2B and 24. RGB value is (213,43,36). Sum of RGB (Red+Green+Blue) = 213+43+36=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 43 (17.19% from 255 or 14.73% from 292); Blue value is 36 (14.45% from 255 or 12.33% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52B24 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52B24 is #2AD4DB. Grayscale: #5D5D5D. Windows color (decimal): -2807004 or 2370517. OLE color: 2370517.

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

Color convert

RGB 213 43 36 -
CMYK 0 0.80 0.83 0.16
HSL 2.37º 0.71% 0.49% -
HSV(B) 2.37º 0.83% 0.84% -
XYZ 28.62 16 3.25 -
YUV 93.03 95.82 213.57 -
System Red Green Blue C M Y K H S L
Decimal 213 43 36 0 0.80 0.83 0.16 2.37 0.71 0.49
Hex D5 2B 24 0 50 53 10 2 47 31
Octal 325 53 44 0 120 123 20 2 107 61
Binary 11010101 101011 100100 0 1010000 1010011 10000 10 1000111 110001

Color Harmonies of #D52B24

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52B24

Black with #D52B24

Text Example


Text Example

White with #D52B24

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52B24; }

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

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

background-color css

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

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

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

border-color css

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

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

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