Html Css Color HEX #D4392B Persian Red

📋 copy color: '#D4392B'

red 212 ◦ green 57 ◦ blue 43

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

Shades of Persian Red #D4392B

Tints of Persian Red #D4392B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.78%

R = 67.95%
G = 18.27%
B = 13.78%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.80

 K value IS 0.17

RGB Variations

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

Color information

#D4392B (or 0xD4392B) is known color: Persian Red. HEX triplet: D4, 39 and 2B. RGB value is (212,57,43). Sum of RGB (Red+Green+Blue) = 212+57+43=312 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.95% from 312); Green value is 57 (22.66% from 255 or 18.27% from 312); Blue value is 43 (17.19% from 255 or 13.78% from 312); Max value from RGB is 212 - color contains mainly: red. Hex color #D4392B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4392B is #2BC6D4. Grayscale: #656565. Windows color (decimal): -2868949 or 2832852. OLE color: 2832852.

HSL color Cylindrical-coordinate representation of color #D4392B: hue angle of 4.97º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D4392B is Cyan = 0, Magento = 0.73, Yellow = 0.80 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 57 43 -
CMYK 0 0.73 0.80 0.17
HSL 4.97º 0.66% 0.5% -
HSV(B) 4.97º 0.8% 0.83% -
XYZ 29.05 17.1 4.05 -
YUV 101.75 94.85 206.64 -
System Red Green Blue C M Y K H S L
Decimal 212 57 43 0 0.73 0.80 0.17 4.97 0.66 0.5
Hex D4 39 2B 0 49 50 11 5 42 32
Octal 324 71 53 0 111 120 21 5 102 62
Binary 11010100 111001 101011 0 1001001 1010000 10001 101 1000010 110010

Color Harmonies of #D4392B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4392B

Black with #D4392B

Text Example


Text Example

White with #D4392B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4392B; }

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

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

background-color css

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

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

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

border-color css

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

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

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