Html Css Color HEX #D52F26 Persian Red

📋 copy color: '#D52F26'

red 213 ◦ green 47 ◦ blue 38

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

Shades of Persian Red #D52F26

Tints of Persian Red #D52F26

RGB

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

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

 BLUE value IS 38 (15.23% from 255) = 12.75%

R = 71.48%
G = 15.77%
B = 12.75%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52F26 (or 0xD52F26) is known color: Persian Red. HEX triplet: D5, 2F and 26. RGB value is (213,47,38). Sum of RGB (Red+Green+Blue) = 213+47+38=298 (39% of max value = 765). Red value is 213 (83.59% from 255 or 71.48% from 298); Green value is 47 (18.75% from 255 or 15.77% from 298); Blue value is 38 (15.23% from 255 or 12.75% from 298); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52F26 is #2AD0D9. Grayscale: #5F5F5F. Windows color (decimal): -2805978 or 2502613. OLE color: 2502613.

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

Color convert

RGB 213 47 38 -
CMYK 0 0.78 0.82 0.16
HSL 3.09º 0.7% 0.49% -
HSV(B) 3.09º 0.82% 0.84% -
XYZ 28.81 16.32 3.47 -
YUV 95.61 95.5 211.73 -
System Red Green Blue C M Y K H S L
Decimal 213 47 38 0 0.78 0.82 0.16 3.09 0.7 0.49
Hex D5 2F 26 0 4E 52 10 3 46 31
Octal 325 57 46 0 116 122 20 3 106 61
Binary 11010101 101111 100110 0 1001110 1010010 10000 11 1000110 110001

Color Harmonies of #D52F26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52F26

Black with #D52F26

Text Example


Text Example

White with #D52F26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52F26; }

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

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

background-color css

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

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

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

border-color css

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

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

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