Html Css Color HEX #D53230 Persian Red

📋 copy color: '#D53230'

red 213 ◦ green 50 ◦ blue 48

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

Shades of Persian Red #D53230

Tints of Persian Red #D53230

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.08%

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

R = 68.49%
G = 16.08%
B = 15.43%

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

#D53230 (or 0xD53230) is known color: Persian Red. HEX triplet: D5, 32 and 30. RGB value is (213,50,48). Sum of RGB (Red+Green+Blue) = 213+50+48=311 (41% of max value = 765). Red value is 213 (83.59% from 255 or 68.49% from 311); Green value is 50 (19.92% from 255 or 16.08% from 311); Blue value is 48 (19.14% from 255 or 15.43% from 311); Max value from RGB is 213 - color contains mainly: red. Hex color #D53230 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53230 is #2ACDCF. Grayscale: #626262. Windows color (decimal): -2805200 or 3158741. OLE color: 3158741.

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

Color convert

RGB 213 50 48 -
CMYK 0 0.77 0.77 0.16
HSL 0.73º 0.66% 0.51% -
HSV(B) 0.73º 0.77% 0.84% -
XYZ 29.11 16.64 4.47 -
YUV 98.51 99.5 209.66 -
System Red Green Blue C M Y K H S L
Decimal 213 50 48 0 0.77 0.77 0.16 0.73 0.66 0.51
Hex D5 32 30 0 4D 4D 10 1 42 33
Octal 325 62 60 0 115 115 20 1 102 63
Binary 11010101 110010 110000 0 1001101 1001101 10000 1 1000010 110011

Color Harmonies of #D53230

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53230

Black with #D53230

Text Example


Text Example

White with #D53230

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53230; }

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

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

background-color css

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

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

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

border-color css

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

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

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