Html Css Color HEX #D43631 Persian Red

📋 copy color: '#D43631'

red 212 ◦ green 54 ◦ blue 49

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

Shades of Persian Red #D43631

Tints of Persian Red #D43631

RGB

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

 GREEN value IS 54 (21.48% from 255) = 17.14%

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

R = 67.3%
G = 17.14%
B = 15.56%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43631 (or 0xD43631) is known color: Persian Red. HEX triplet: D4, 36 and 31. RGB value is (212,54,49). Sum of RGB (Red+Green+Blue) = 212+54+49=315 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.30% from 315); Green value is 54 (21.48% from 255 or 17.14% from 315); Blue value is 49 (19.53% from 255 or 15.56% from 315); Max value from RGB is 212 - color contains mainly: red. Hex color #D43631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43631 is #2BC9CE. Grayscale: #646464. Windows color (decimal): -2869711 or 3225300. OLE color: 3225300.

HSL color Cylindrical-coordinate representation of color #D43631: hue angle of 1.84º 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 #D43631 is Cyan = 0, Magento = 0.75, Yellow = 0.77 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 54 49 -
CMYK 0 0.75 0.77 0.17
HSL 1.84º 0.65% 0.51% -
HSV(B) 1.84º 0.77% 0.83% -
XYZ 29.02 16.86 4.63 -
YUV 100.67 98.85 207.41 -
System Red Green Blue C M Y K H S L
Decimal 212 54 49 0 0.75 0.77 0.17 1.84 0.65 0.51
Hex D4 36 31 0 4B 4D 11 2 41 33
Octal 324 66 61 0 113 115 21 2 101 63
Binary 11010100 110110 110001 0 1001011 1001101 10001 10 1000001 110011

Color Harmonies of #D43631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43631

Black with #D43631

Text Example


Text Example

White with #D43631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43631; }

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

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

background-color css

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

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

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

border-color css

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

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

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