Html Css Color HEX #D52A25 Persian Red

📋 copy color: '#D52A25'

red 213 ◦ green 42 ◦ blue 37

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

Shades of Persian Red #D52A25

Tints of Persian Red #D52A25

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 12.67%

R = 72.95%
G = 14.38%
B = 12.67%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.83

 K value IS 0.16

RGB Variations

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

Color information

#D52A25 (or 0xD52A25) is known color: Persian Red. HEX triplet: D5, 2A and 25. RGB value is (213,42,37). Sum of RGB (Red+Green+Blue) = 213+42+37=292 (38% of max value = 765). Red value is 213 (83.59% from 255 or 72.95% from 292); Green value is 42 (16.80% from 255 or 14.38% from 292); Blue value is 37 (14.84% from 255 or 12.67% from 292); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A25 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D52A25 is #2AD5DA. Grayscale: #5C5C5C. Windows color (decimal): -2807259 or 2435797. OLE color: 2435797.

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

Color convert

RGB 213 42 37 -
CMYK 0 0.80 0.83 0.16
HSL 1.7º 0.7% 0.49% -
HSV(B) 1.7º 0.83% 0.84% -
XYZ 28.6 15.94 3.32 -
YUV 92.56 96.65 213.91 -
System Red Green Blue C M Y K H S L
Decimal 213 42 37 0 0.80 0.83 0.16 1.7 0.7 0.49
Hex D5 2A 25 0 50 53 10 2 46 31
Octal 325 52 45 0 120 123 20 2 106 61
Binary 11010101 101010 100101 0 1010000 1010011 10000 10 1000110 110001

Color Harmonies of #D52A25

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D52A25

Black with #D52A25

Text Example


Text Example

White with #D52A25

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D52A25; }

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

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

background-color css

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

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

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

border-color css

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

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

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