Html Css Color HEX #D53628 Persian Red

📋 copy color: '#D53628'

red 213 ◦ green 54 ◦ blue 40

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

Shades of Persian Red #D53628

Tints of Persian Red #D53628

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.59%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 69.38%
G = 17.59%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.16

RGB Variations

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

Color information

#D53628 (or 0xD53628) is known color: Persian Red. HEX triplet: D5, 36 and 28. RGB value is (213,54,40). Sum of RGB (Red+Green+Blue) = 213+54+40=307 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.38% from 307); Green value is 54 (21.48% from 255 or 17.59% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 213 - color contains mainly: red. Hex color #D53628 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53628 is #2AC9D7. Grayscale: #646464. Windows color (decimal): -2804184 or 2635477. OLE color: 2635477.

HSL color Cylindrical-coordinate representation of color #D53628: hue angle of 4.86º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D53628 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 54 40 -
CMYK 0 0.75 0.81 0.16
HSL 4.86º 0.68% 0.5% -
HSV(B) 4.86º 0.81% 0.84% -
XYZ 29.14 16.94 3.74 -
YUV 99.95 94.18 208.64 -
System Red Green Blue C M Y K H S L
Decimal 213 54 40 0 0.75 0.81 0.16 4.86 0.68 0.5
Hex D5 36 28 0 4B 51 10 5 44 32
Octal 325 66 50 0 113 121 20 5 104 62
Binary 11010101 110110 101000 0 1001011 1010001 10000 101 1000100 110010

Color Harmonies of #D53628

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53628

Black with #D53628

Text Example


Text Example

White with #D53628

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53628; }

 p { color: rgb(213,54,40); }

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

background-color css

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

 a { background-color: rgb(213,54,40); }

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

border-color css

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

 span { border-color: rgb(213,54,40); }

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