Html Css Color HEX #D43731 Persian Red

📋 copy color: '#D43731'

red 212 ◦ green 55 ◦ blue 49

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

Shades of Persian Red #D43731

Tints of Persian Red #D43731

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.51%

R = 67.09%
G = 17.41%
B = 15.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43731 (or 0xD43731) is known color: Persian Red. HEX triplet: D4, 37 and 31. RGB value is (212,55,49). Sum of RGB (Red+Green+Blue) = 212+55+49=316 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.09% from 316); Green value is 55 (21.88% from 255 or 17.41% from 316); Blue value is 49 (19.53% from 255 or 15.51% from 316); Max value from RGB is 212 - color contains mainly: red. Hex color #D43731 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43731 is #2BC8CE. Grayscale: #656565. Windows color (decimal): -2869455 or 3225556. OLE color: 3225556.

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

Color convert

RGB 212 55 49 -
CMYK 0 0.74 0.77 0.17
HSL 2.21º 0.65% 0.51% -
HSV(B) 2.21º 0.77% 0.83% -
XYZ 29.07 16.95 4.65 -
YUV 101.26 98.51 206.99 -
System Red Green Blue C M Y K H S L
Decimal 212 55 49 0 0.74 0.77 0.17 2.21 0.65 0.51
Hex D4 37 31 0 4A 4D 11 2 41 33
Octal 324 67 61 0 112 115 21 2 101 63
Binary 11010100 110111 110001 0 1001010 1001101 10001 10 1000001 110011

Color Harmonies of #D43731

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43731

Black with #D43731

Text Example


Text Example

White with #D43731

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43731; }

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

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

background-color css

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

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

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

border-color css

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

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

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