Html Css Color HEX #D43331 Persian Red

📋 copy color: '#D43331'

red 212 ◦ green 51 ◦ blue 49

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

Shades of Persian Red #D43331

Tints of Persian Red #D43331

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.35%

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

R = 67.95%
G = 16.35%
B = 15.71%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43331 (or 0xD43331) is known color: Persian Red. HEX triplet: D4, 33 and 31. RGB value is (212,51,49). Sum of RGB (Red+Green+Blue) = 212+51+49=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 51 (20.31% from 255 or 16.35% from 312); Blue value is 49 (19.53% from 255 or 15.71% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D43331 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43331 is #2BCCCE. Grayscale: #636363. Windows color (decimal): -2870479 or 3224532. OLE color: 3224532.

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

Color convert

RGB 212 51 49 -
CMYK 0 0.76 0.77 0.17
HSL 0.74º 0.65% 0.51% -
HSV(B) 0.74º 0.77% 0.83% -
XYZ 28.89 16.59 4.58 -
YUV 98.91 99.84 208.66 -
System Red Green Blue C M Y K H S L
Decimal 212 51 49 0 0.76 0.77 0.17 0.74 0.65 0.51
Hex D4 33 31 0 4C 4D 11 1 41 33
Octal 324 63 61 0 114 115 21 1 101 63
Binary 11010100 110011 110001 0 1001100 1001101 10001 1 1000001 110011

Color Harmonies of #D43331

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43331

Black with #D43331

Text Example


Text Example

White with #D43331

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43331; }

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

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

background-color css

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

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

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

border-color css

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

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

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