Html Css Color HEX #D4392A Persian Red

📋 copy color: '#D4392A'

red 212 ◦ green 57 ◦ blue 42

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

Shades of Persian Red #D4392A

Tints of Persian Red #D4392A

RGB

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

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

 BLUE value IS 42 (16.8% from 255) = 13.5%

R = 68.17%
G = 18.33%
B = 13.5%

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

#D4392A (or 0xD4392A) is known color: Persian Red. HEX triplet: D4, 39 and 2A. RGB value is (212,57,42). Sum of RGB (Red+Green+Blue) = 212+57+42=311 (41% of max value = 765). Red value is 212 (83.20% from 255 or 68.17% from 311); Green value is 57 (22.66% from 255 or 18.33% from 311); Blue value is 42 (16.80% from 255 or 13.50% from 311); Max value from RGB is 212 - color contains mainly: red. Hex color #D4392A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4392A is #2BC6D5. Grayscale: #656565. Windows color (decimal): -2868950 or 2767316. OLE color: 2767316.

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

Color convert

RGB 212 57 42 -
CMYK 0 0.73 0.80 0.17
HSL 5.29º 0.67% 0.5% -
HSV(B) 5.29º 0.8% 0.83% -
XYZ 29.03 17.09 3.96 -
YUV 101.64 94.35 206.72 -
System Red Green Blue C M Y K H S L
Decimal 212 57 42 0 0.73 0.80 0.17 5.29 0.67 0.5
Hex D4 39 2A 0 49 50 11 5 43 32
Octal 324 71 52 0 111 120 21 5 103 62
Binary 11010100 111001 101010 0 1001001 1010000 10001 101 1000011 110010

Color Harmonies of #D4392A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4392A

Black with #D4392A

Text Example


Text Example

White with #D4392A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4392A; }

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

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

background-color css

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

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

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

border-color css

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

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

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