Html Css Color HEX #D53926 Persian Red

📋 copy color: '#D53926'

red 213 ◦ green 57 ◦ blue 38

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

Shades of Persian Red #D53926

Tints of Persian Red #D53926

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.51%

 BLUE value IS 38 (15.23% from 255) = 12.34%

R = 69.16%
G = 18.51%
B = 12.34%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D53926 (or 0xD53926) is known color: Persian Red. HEX triplet: D5, 39 and 26. RGB value is (213,57,38). Sum of RGB (Red+Green+Blue) = 213+57+38=308 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.16% from 308); Green value is 57 (22.66% from 255 or 18.51% from 308); Blue value is 38 (15.23% from 255 or 12.34% from 308); Max value from RGB is 213 - color contains mainly: red. Hex color #D53926 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53926 is #2AC6D9. Grayscale: #656565. Windows color (decimal): -2803418 or 2505173. OLE color: 2505173.

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

Color convert

RGB 213 57 38 -
CMYK 0 0.73 0.82 0.16
HSL 6.51º 0.7% 0.49% -
HSV(B) 6.51º 0.82% 0.84% -
XYZ 29.25 17.21 3.61 -
YUV 101.48 92.18 207.54 -
System Red Green Blue C M Y K H S L
Decimal 213 57 38 0 0.73 0.82 0.16 6.51 0.7 0.49
Hex D5 39 26 0 49 52 10 7 46 31
Octal 325 71 46 0 111 122 20 7 106 61
Binary 11010101 111001 100110 0 1001001 1010010 10000 111 1000110 110001

Color Harmonies of #D53926

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53926

Black with #D53926

Text Example


Text Example

White with #D53926

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53926; }

 p { color: rgb(213,57,38); }

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

background-color css

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

 a { background-color: rgb(213,57,38); }

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

border-color css

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

 span { border-color: rgb(213,57,38); }

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