Html Css Color HEX #D43529 Persian Red

📋 copy color: '#D43529'

red 212 ◦ green 53 ◦ blue 41

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

Shades of Persian Red #D43529

Tints of Persian Red #D43529

RGB

 RED value IS 212 (83.2% from 255) = 69.28%

 GREEN value IS 53 (21.09% from 255) = 17.32%

 BLUE value IS 41 (16.41% from 255) = 13.4%

R = 69.28%
G = 17.32%
B = 13.4%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D43529 (or 0xD43529) is known color: Persian Red. HEX triplet: D4, 35 and 29. RGB value is (212,53,41). Sum of RGB (Red+Green+Blue) = 212+53+41=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 53 (21.09% from 255 or 17.32% from 306); Blue value is 41 (16.41% from 255 or 13.40% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D43529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43529 is #2BCAD6. Grayscale: #636363. Windows color (decimal): -2869975 or 2700756. OLE color: 2700756.

HSL color Cylindrical-coordinate representation of color #D43529: hue angle of 4.21º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D43529 is Cyan = 0, Magento = 0.75, Yellow = 0.81 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 53 41 -
CMYK 0 0.75 0.81 0.17
HSL 4.21º 0.68% 0.5% -
HSV(B) 4.21º 0.81% 0.83% -
XYZ 28.82 16.7 3.8 -
YUV 99.17 95.18 208.48 -
System Red Green Blue C M Y K H S L
Decimal 212 53 41 0 0.75 0.81 0.17 4.21 0.68 0.5
Hex D4 35 29 0 4B 51 11 4 44 32
Octal 324 65 51 0 113 121 21 4 104 62
Binary 11010100 110101 101001 0 1001011 1010001 10001 100 1000100 110010

Color Harmonies of #D43529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43529

Black with #D43529

Text Example


Text Example

White with #D43529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43529; }

 p { color: rgb(212,53,41); }

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

background-color css

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

 a { background-color: rgb(212,53,41); }

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

border-color css

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

 span { border-color: rgb(212,53,41); }

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