Html Css Color HEX #D43728 Persian Red

📋 copy color: '#D43728'

red 212 ◦ green 55 ◦ blue 40

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

Shades of Persian Red #D43728

Tints of Persian Red #D43728

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.92%

 BLUE value IS 40 (16.02% from 255) = 13.03%

R = 69.06%
G = 17.92%
B = 13.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.17

RGB Variations

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

Color information

#D43728 (or 0xD43728) is known color: Persian Red. HEX triplet: D4, 37 and 28. RGB value is (212,55,40). Sum of RGB (Red+Green+Blue) = 212+55+40=307 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.06% from 307); Green value is 55 (21.88% from 255 or 17.92% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 212 - color contains mainly: red. Hex color #D43728 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43728 is #2BC8D7. Grayscale: #646464. Windows color (decimal): -2869464 or 2635732. OLE color: 2635732.

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

Color convert

RGB 212 55 40 -
CMYK 0 0.74 0.81 0.17
HSL 5.23º 0.68% 0.49% -
HSV(B) 5.23º 0.81% 0.83% -
XYZ 28.9 16.88 3.74 -
YUV 100.23 94.01 207.72 -
System Red Green Blue C M Y K H S L
Decimal 212 55 40 0 0.74 0.81 0.17 5.23 0.68 0.49
Hex D4 37 28 0 4A 51 11 5 44 31
Octal 324 67 50 0 112 121 21 5 104 61
Binary 11010100 110111 101000 0 1001010 1010001 10001 101 1000100 110001

Color Harmonies of #D43728

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43728

Black with #D43728

Text Example


Text Example

White with #D43728

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43728; }

 p { color: rgb(212,55,40); }

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

background-color css

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

 a { background-color: rgb(212,55,40); }

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

border-color css

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

 span { border-color: rgb(212,55,40); }

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