Html Css Color HEX #D53130 Persian Red

📋 copy color: '#D53130'

red 213 ◦ green 49 ◦ blue 48

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

Shades of Persian Red #D53130

Tints of Persian Red #D53130

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

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

R = 68.71%
G = 15.81%
B = 15.48%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D53130 (or 0xD53130) is known color: Persian Red. HEX triplet: D5, 31 and 30. RGB value is (213,49,48). Sum of RGB (Red+Green+Blue) = 213+49+48=310 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.71% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 48 (19.14% from 255 or 15.48% from 310); Max value from RGB is 213 - color contains mainly: red. Hex color #D53130 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53130 is #2ACECF. Grayscale: #626262. Windows color (decimal): -2805456 or 3158485. OLE color: 3158485.

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

Color convert

RGB 213 49 48 -
CMYK 0 0.77 0.77 0.16
HSL 0.36º 0.66% 0.51% -
HSV(B) 0.36º 0.77% 0.84% -
XYZ 29.07 16.56 4.46 -
YUV 97.92 99.83 210.08 -
System Red Green Blue C M Y K H S L
Decimal 213 49 48 0 0.77 0.77 0.16 0.36 0.66 0.51
Hex D5 31 30 0 4D 4D 10 0 42 33
Octal 325 61 60 0 115 115 20 0 102 63
Binary 11010101 110001 110000 0 1001101 1001101 10000 0 1000010 110011

Color Harmonies of #D53130

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53130

Black with #D53130

Text Example


Text Example

White with #D53130

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53130; }

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

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

background-color css

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

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

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

border-color css

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

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

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