Html Css Color HEX #D4322C Persian Red

📋 copy color: '#D4322C'

red 212 ◦ green 50 ◦ blue 44

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

Shades of Persian Red #D4322C

Tints of Persian Red #D4322C

RGB

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

 GREEN value IS 50 (19.92% from 255) = 16.34%

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

R = 69.28%
G = 16.34%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.17

RGB Variations

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

Color information

#D4322C (or 0xD4322C) is known color: Persian Red. HEX triplet: D4, 32 and 2C. RGB value is (212,50,44). Sum of RGB (Red+Green+Blue) = 212+50+44=306 (40% of max value = 765). Red value is 212 (83.20% from 255 or 69.28% from 306); Green value is 50 (19.92% from 255 or 16.34% from 306); Blue value is 44 (17.58% from 255 or 14.38% from 306); Max value from RGB is 212 - color contains mainly: red. Hex color #D4322C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D4322C is #2BCDD3. Grayscale: #616161. Windows color (decimal): -2870740 or 2896596. OLE color: 2896596.

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

Color convert

RGB 212 50 44 -
CMYK 0 0.76 0.79 0.17
HSL 2.14º 0.66% 0.5% -
HSV(B) 2.14º 0.79% 0.83% -
XYZ 28.75 16.46 4.04 -
YUV 97.75 97.67 209.49 -
System Red Green Blue C M Y K H S L
Decimal 212 50 44 0 0.76 0.79 0.17 2.14 0.66 0.5
Hex D4 32 2C 0 4C 4F 11 2 42 32
Octal 324 62 54 0 114 117 21 2 102 62
Binary 11010100 110010 101100 0 1001100 1001111 10001 10 1000010 110010

Color Harmonies of #D4322C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4322C

Black with #D4322C

Text Example


Text Example

White with #D4322C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4322C; }

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

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

background-color css

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

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

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

border-color css

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

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

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