Html Css Color HEX #D53C35 Persian Red

📋 copy color: '#D53C35'

red 213 ◦ green 60 ◦ blue 53

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

Shades of Persian Red #D53C35

Tints of Persian Red #D53C35

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.4%

 BLUE value IS 53 (21.09% from 255) = 16.26%

R = 65.34%
G = 18.4%
B = 16.26%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.75

 K value IS 0.16

RGB Variations

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

Color information

#D53C35 (or 0xD53C35) is known color: Persian Red. HEX triplet: D5, 3C and 35. RGB value is (213,60,53). Sum of RGB (Red+Green+Blue) = 213+60+53=326 (43% of max value = 765). Red value is 213 (83.59% from 255 or 65.34% from 326); Green value is 60 (23.83% from 255 or 18.40% from 326); Blue value is 53 (21.09% from 255 or 16.26% from 326); Max value from RGB is 213 - color contains mainly: red. Hex color #D53C35 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D53C35 is #2AC3CA. Grayscale: #696969. Windows color (decimal): -2802635 or 3488981. OLE color: 3488981.

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

Color convert

RGB 213 60 53 -
CMYK 0 0.72 0.75 0.16
HSL 2.63º 0.66% 0.52% -
HSV(B) 2.63º 0.75% 0.84% -
XYZ 29.7 17.63 5.21 -
YUV 104.95 98.69 205.07 -
System Red Green Blue C M Y K H S L
Decimal 213 60 53 0 0.72 0.75 0.16 2.63 0.66 0.52
Hex D5 3C 35 0 48 4B 10 3 42 34
Octal 325 74 65 0 110 113 20 3 102 64
Binary 11010101 111100 110101 0 1001000 1001011 10000 11 1000010 110100

Color Harmonies of #D53C35

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D53C35

Black with #D53C35

Text Example


Text Example

White with #D53C35

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D53C35; }

 p { color: rgb(213,60,53); }

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

background-color css

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

 a { background-color: rgb(213,60,53); }

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

border-color css

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

 span { border-color: rgb(213,60,53); }

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