Html Css Color HEX #D52A26 Persian Red

📋 copy color: '#D52A26'

red 213 ◦ green 42 ◦ blue 38

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

Shades of Persian Red #D52A26

Tints of Persian Red #D52A26

RGB

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

 GREEN value IS 42 (16.8% from 255) = 14.33%

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

R = 72.7%
G = 14.33%
B = 12.97%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.82

 K value IS 0.16

RGB Variations

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

Color information

#D52A26 (or 0xD52A26) is known color: Persian Red. HEX triplet: D5, 2A and 26. RGB value is (213,42,38). Sum of RGB (Red+Green+Blue) = 213+42+38=293 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.70% from 293); Green value is 42 (16.80% from 255 or 14.33% from 293); Blue value is 38 (15.23% from 255 or 12.97% from 293); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A26 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A26 is #2AD5D9. Grayscale: #5C5C5C. Windows color (decimal): -2807258 or 2501333. OLE color: 2501333.

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

Color convert

RGB 213 42 38 -
CMYK 0 0.80 0.82 0.16
HSL 1.37º 0.7% 0.49% -
HSV(B) 1.37º 0.82% 0.84% -
XYZ 28.62 15.94 3.4 -
YUV 92.67 97.15 213.83 -
System Red Green Blue C M Y K H S L
Decimal 213 42 38 0 0.80 0.82 0.16 1.37 0.7 0.49
Hex D5 2A 26 0 50 52 10 1 46 31
Octal 325 52 46 0 120 122 20 1 106 61
Binary 11010101 101010 100110 0 1010000 1010010 10000 1 1000110 110001

Color Harmonies of #D52A26

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A26

Black with #D52A26

Text Example


Text Example

White with #D52A26

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A26; }

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

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

background-color css

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

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

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

border-color css

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

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

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