Html Css Color HEX #D4392D Persian Red

📋 copy color: '#D4392D'

red 212 ◦ green 57 ◦ blue 45

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

Shades of Persian Red #D4392D

Tints of Persian Red #D4392D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 14.33%

R = 67.52%
G = 18.15%
B = 14.33%

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

#D4392D (or 0xD4392D) is known color: Persian Red. HEX triplet: D4, 39 and 2D. RGB value is (212,57,45). Sum of RGB (Red+Green+Blue) = 212+57+45=314 (41% of max value = 765). Red value is 212 (83.20% from 255 or 67.52% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 212 - color contains mainly: red. Hex color #D4392D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4392D is #2BC6D2. Grayscale: #666666. Windows color (decimal): -2868947 or 2963924. OLE color: 2963924.

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

Color convert

RGB 212 57 45 -
CMYK 0 0.73 0.79 0.17
HSL 4.31º 0.66% 0.5% -
HSV(B) 4.31º 0.79% 0.83% -
XYZ 29.09 17.11 4.25 -
YUV 101.98 95.85 206.48 -
System Red Green Blue C M Y K H S L
Decimal 212 57 45 0 0.73 0.79 0.17 4.31 0.66 0.5
Hex D4 39 2D 0 49 4F 11 4 42 32
Octal 324 71 55 0 111 117 21 4 102 62
Binary 11010100 111001 101101 0 1001001 1001111 10001 100 1000010 110010

Color Harmonies of #D4392D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4392D

Black with #D4392D

Text Example


Text Example

White with #D4392D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4392D; }

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

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

background-color css

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

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

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

border-color css

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

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

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