Html Css Color HEX #D53824 Persian Red

📋 copy color: '#D53824'

red 213 ◦ green 56 ◦ blue 36

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

Shades of Persian Red #D53824

Tints of Persian Red #D53824

RGB

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

 GREEN value IS 56 (22.27% from 255) = 18.36%

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

R = 69.84%
G = 18.36%
B = 11.8%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D53824 (or 0xD53824) is known color: Persian Red. HEX triplet: D5, 38 and 24. RGB value is (213,56,36). Sum of RGB (Red+Green+Blue) = 213+56+36=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 56 (22.27% from 255 or 18.36% from 305); Blue value is 36 (14.45% from 255 or 11.80% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D53824 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53824 is #2AC7DB. Grayscale: #646464. Windows color (decimal): -2803676 or 2373845. OLE color: 2373845.

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

Color convert

RGB 213 56 36 -
CMYK 0 0.74 0.83 0.16
HSL 6.78º 0.71% 0.49% -
HSV(B) 6.78º 0.83% 0.84% -
XYZ 29.17 17.1 3.43 -
YUV 100.66 91.51 208.13 -
System Red Green Blue C M Y K H S L
Decimal 213 56 36 0 0.74 0.83 0.16 6.78 0.71 0.49
Hex D5 38 24 0 4A 53 10 7 47 31
Octal 325 70 44 0 112 123 20 7 107 61
Binary 11010101 111000 100100 0 1001010 1010011 10000 111 1000111 110001

Color Harmonies of #D53824

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53824

Black with #D53824

Text Example


Text Example

White with #D53824

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53824; }

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

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

background-color css

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

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

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

border-color css

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

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

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