Html Css Color HEX #D43930 Persian Red

📋 copy color: '#D43930'

red 212 ◦ green 57 ◦ blue 48

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

Shades of Persian Red #D43930

Tints of Persian Red #D43930

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.14%

R = 66.88%
G = 17.98%
B = 15.14%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.77

 K value IS 0.17

RGB Variations

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

Color information

#D43930 (or 0xD43930) is known color: Persian Red. HEX triplet: D4, 39 and 30. RGB value is (212,57,48). Sum of RGB (Red+Green+Blue) = 212+57+48=317 (41% of max value = 765). Red value is 212 (83.20% from 255 or 66.88% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 48 (19.14% from 255 or 15.14% from 317); Max value from RGB is 212 - color contains mainly: red. Hex color #D43930 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D43930 is #2BC6CF. Grayscale: #666666. Windows color (decimal): -2868944 or 3160532. OLE color: 3160532.

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

Color convert

RGB 212 57 48 -
CMYK 0 0.73 0.77 0.17
HSL 3.29º 0.66% 0.51% -
HSV(B) 3.29º 0.77% 0.83% -
XYZ 29.15 17.14 4.57 -
YUV 102.32 97.35 206.23 -
System Red Green Blue C M Y K H S L
Decimal 212 57 48 0 0.73 0.77 0.17 3.29 0.66 0.51
Hex D4 39 30 0 49 4D 11 3 42 33
Octal 324 71 60 0 111 115 21 3 102 63
Binary 11010100 111001 110000 0 1001001 1001101 10001 11 1000010 110011

Color Harmonies of #D43930

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D43930

Black with #D43930

Text Example


Text Example

White with #D43930

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D43930; }

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

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

background-color css

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

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

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

border-color css

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

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

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