Html Css Color HEX #D53430 Persian Red

📋 copy color: '#D53430'

red 213 ◦ green 52 ◦ blue 48

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

Shades of Persian Red #D53430

Tints of Persian Red #D53430

RGB

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

 GREEN value IS 52 (20.7% from 255) = 16.61%

 BLUE value IS 48 (19.14% from 255) = 15.34%

R = 68.05%
G = 16.61%
B = 15.34%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D53430 (or 0xD53430) is known color: Persian Red. HEX triplet: D5, 34 and 30. RGB value is (213,52,48). Sum of RGB (Red+Green+Blue) = 213+52+48=313 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.05% from 313); Green value is 52 (20.70% from 255 or 16.61% from 313); Blue value is 48 (19.14% from 255 or 15.34% from 313); Max value from RGB is 213 - color contains mainly: red. Hex color #D53430 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53430 is #2ACBCF. Grayscale: #636363. Windows color (decimal): -2804688 or 3159253. OLE color: 3159253.

HSL color Cylindrical-coordinate representation of color #D53430: hue angle of 1.45º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D53430 is Cyan = 0, Magento = 0.76, Yellow = 0.77 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 52 48 -
CMYK 0 0.76 0.77 0.16
HSL 1.45º 0.66% 0.51% -
HSV(B) 1.45º 0.77% 0.84% -
XYZ 29.2 16.82 4.5 -
YUV 99.68 98.84 208.83 -
System Red Green Blue C M Y K H S L
Decimal 213 52 48 0 0.76 0.77 0.16 1.45 0.66 0.51
Hex D5 34 30 0 4C 4D 10 1 42 33
Octal 325 64 60 0 114 115 20 1 102 63
Binary 11010101 110100 110000 0 1001100 1001101 10000 1 1000010 110011

Color Harmonies of #D53430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53430

Black with #D53430

Text Example


Text Example

White with #D53430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53430; }

 p { color: rgb(213,52,48); }

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

background-color css

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

 a { background-color: rgb(213,52,48); }

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

border-color css

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

 span { border-color: rgb(213,52,48); }

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