Html Css Color HEX #D52F2D Persian Red

📋 copy color: '#D52F2D'

red 213 ◦ green 47 ◦ blue 45

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

Shades of Persian Red #D52F2D

Tints of Persian Red #D52F2D

RGB

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

 GREEN value IS 47 (18.75% from 255) = 15.41%

 BLUE value IS 45 (17.97% from 255) = 14.75%

R = 69.84%
G = 15.41%
B = 14.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D52F2D (or 0xD52F2D) is known color: Persian Red. HEX triplet: D5, 2F and 2D. RGB value is (213,47,45). Sum of RGB (Red+Green+Blue) = 213+47+45=305 (40% of max value = 765). Red value is 213 (83.59% from 255 or 69.84% from 305); Green value is 47 (18.75% from 255 or 15.41% from 305); Blue value is 45 (17.97% from 255 or 14.75% from 305); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F2D is #2AD0D2. Grayscale: #606060. Windows color (decimal): -2805971 or 2961365. OLE color: 2961365.

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

Color convert

RGB 213 47 45 -
CMYK 0 0.78 0.79 0.16
HSL 0.71º 0.67% 0.51% -
HSV(B) 0.71º 0.79% 0.84% -
XYZ 28.93 16.37 4.12 -
YUV 96.41 99 211.16 -
System Red Green Blue C M Y K H S L
Decimal 213 47 45 0 0.78 0.79 0.16 0.71 0.67 0.51
Hex D5 2F 2D 0 4E 4F 10 1 43 33
Octal 325 57 55 0 116 117 20 1 103 63
Binary 11010101 101111 101101 0 1001110 1001111 10000 1 1000011 110011

Color Harmonies of #D52F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F2D

Black with #D52F2D

Text Example


Text Example

White with #D52F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F2D; }

 p { color: rgb(213,47,45); }

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

background-color css

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

 a { background-color: rgb(213,47,45); }

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

border-color css

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

 span { border-color: rgb(213,47,45); }

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