Html Css Color HEX #D4312D Persian Red

📋 copy color: '#D4312D'

red 212 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #D4312D

Tints of Persian Red #D4312D

RGB

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

 GREEN value IS 49 (19.53% from 255) = 16.01%

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

R = 69.28%
G = 16.01%
B = 14.71%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4312D (or 0xD4312D) is known color: Persian Red. HEX triplet: D4, 31 and 2D. RGB value is (212,49,45). Sum of RGB (Red+Green+Blue) = 212+49+45=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 49 (19.53% from 255 or 16.01% from 306); Blue value is 45 (17.97% from 255 or 14.71% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4312D is #2BCED2. Grayscale: #616161. Windows color (decimal): -2870995 or 2961876. OLE color: 2961876.

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

Color convert

RGB 212 49 45 -
CMYK 0 0.77 0.79 0.17
HSL 1.44º 0.66% 0.5% -
HSV(B) 1.44º 0.79% 0.83% -
XYZ 28.72 16.38 4.13 -
YUV 97.28 98.5 209.83 -
System Red Green Blue C M Y K H S L
Decimal 212 49 45 0 0.77 0.79 0.17 1.44 0.66 0.5
Hex D4 31 2D 0 4D 4F 11 1 42 32
Octal 324 61 55 0 115 117 21 1 102 62
Binary 11010100 110001 101101 0 1001101 1001111 10001 1 1000010 110010

Color Harmonies of #D4312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4312D

Black with #D4312D

Text Example


Text Example

White with #D4312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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