Html Css Color HEX #D43526 Persian Red

📋 copy color: '#D43526'

red 212 ◦ green 53 ◦ blue 38

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

Shades of Persian Red #D43526

Tints of Persian Red #D43526

RGB

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

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

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

R = 69.97%
G = 17.49%
B = 12.54%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.82

 K value IS 0.17

RGB Variations

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

Color information

#D43526 (or 0xD43526) is known color: Persian Red. HEX triplet: D4, 35 and 26. RGB value is (212,53,38). Sum of RGB (Red+Green+Blue) = 212+53+38=303 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.97% from 303); Green value is 53 (21.09% from 255 or 17.49% from 303); Blue value is 38 (15.23% from 255 or 12.54% from 303); Max value from RGB is 212 - color contains mainly: red. Hex color #D43526 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43526 is #2BCAD9. Grayscale: #636363. Windows color (decimal): -2869978 or 2504148. OLE color: 2504148.

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

Color convert

RGB 212 53 38 -
CMYK 0 0.75 0.82 0.17
HSL 5.17º 0.7% 0.49% -
HSV(B) 5.17º 0.82% 0.83% -
XYZ 28.77 16.68 3.54 -
YUV 98.83 93.68 208.72 -
System Red Green Blue C M Y K H S L
Decimal 212 53 38 0 0.75 0.82 0.17 5.17 0.7 0.49
Hex D4 35 26 0 4B 52 11 5 46 31
Octal 324 65 46 0 113 122 21 5 106 61
Binary 11010100 110101 100110 0 1001011 1010010 10001 101 1000110 110001

Color Harmonies of #D43526

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43526

Black with #D43526

Text Example


Text Example

White with #D43526

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43526; }

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

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

background-color css

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

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

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

border-color css

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

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

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