Html Css Color HEX #D43934 Persian Red

📋 copy color: '#D43934'

red 212 ◦ green 57 ◦ blue 52

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

Shades of Persian Red #D43934

Tints of Persian Red #D43934

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.76%

 BLUE value IS 52 (20.7% from 255) = 16.2%

R = 66.04%
G = 17.76%
B = 16.2%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.17

RGB Variations

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

Color information

#D43934 (or 0xD43934) is known color: Persian Red. HEX triplet: D4, 39 and 34. RGB value is (212,57,52). Sum of RGB (Red+Green+Blue) = 212+57+52=321 (42% of max value = 765). Red value is 212 (83.20% from 255 or 66.04% from 321); Green value is 57 (22.66% from 255 or 17.76% from 321); Blue value is 52 (20.70% from 255 or 16.20% from 321); Max value from RGB is 212 - color contains mainly: red. Hex color #D43934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43934 is #2BC6CB. Grayscale: #666666. Windows color (decimal): -2868940 or 3422676. OLE color: 3422676.

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

Color convert

RGB 212 57 52 -
CMYK 0 0.73 0.75 0.17
HSL 1.88º 0.65% 0.52% -
HSV(B) 1.88º 0.75% 0.83% -
XYZ 29.23 17.17 5.02 -
YUV 102.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 212 57 52 0 0.73 0.75 0.17 1.88 0.65 0.52
Hex D4 39 34 0 49 4B 11 2 41 34
Octal 324 71 64 0 111 113 21 2 101 64
Binary 11010100 111001 110100 0 1001001 1001011 10001 10 1000001 110100

Color Harmonies of #D43934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43934

Black with #D43934

Text Example


Text Example

White with #D43934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43934; }

 p { color: rgb(212,57,52); }

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

background-color css

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

 a { background-color: rgb(212,57,52); }

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

border-color css

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

 span { border-color: rgb(212,57,52); }

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