Html Css Color HEX #D4392C Persian Red

📋 copy color: '#D4392C'

red 212 ◦ green 57 ◦ blue 44

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

Shades of Persian Red #D4392C

Tints of Persian Red #D4392C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 67.73%
G = 18.21%
B = 14.06%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4392C (or 0xD4392C) is known color: Persian Red. HEX triplet: D4, 39 and 2C. RGB value is (212,57,44). Sum of RGB (Red+Green+Blue) = 212+57+44=313 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.73% from 313); Green value is 57 (22.66% from 255 or 18.21% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 212 - color contains mainly: red. Hex color #D4392C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4392C is #2BC6D3. Grayscale: #666666. Windows color (decimal): -2868948 or 2898388. OLE color: 2898388.

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

Color convert

RGB 212 57 44 -
CMYK 0 0.73 0.79 0.17
HSL 4.64º 0.66% 0.5% -
HSV(B) 4.64º 0.79% 0.83% -
XYZ 29.07 17.11 4.15 -
YUV 101.86 95.35 206.56 -
System Red Green Blue C M Y K H S L
Decimal 212 57 44 0 0.73 0.79 0.17 4.64 0.66 0.5
Hex D4 39 2C 0 49 4F 11 5 42 32
Octal 324 71 54 0 111 117 21 5 102 62
Binary 11010100 111001 101100 0 1001001 1001111 10001 101 1000010 110010

Color Harmonies of #D4392C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4392C

Black with #D4392C

Text Example


Text Example

White with #D4392C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4392C; }

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

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

background-color css

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

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

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

border-color css

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

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

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