Html Css Color HEX #D6312A Persian Red

📋 copy color: '#D6312A'

red 214 ◦ green 49 ◦ blue 42

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

Shades of Persian Red #D6312A

Tints of Persian Red #D6312A

RGB

 RED value IS 214 (83.98% from 255) = 70.16%

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

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

R = 70.16%
G = 16.07%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.80

 K value IS 0.16

RGB Variations

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

Color information

#D6312A (or 0xD6312A) is known color: Persian Red. HEX triplet: D6, 31 and 2A. RGB value is (214,49,42). Sum of RGB (Red+Green+Blue) = 214+49+42=305 (40% of max value = 765). Red value is 214 (83.98% from 255 or 70.16% from 305); Green value is 49 (19.53% from 255 or 16.07% from 305); Blue value is 42 (16.80% from 255 or 13.77% from 305); Max value from RGB is 214 - color contains mainly: red. Hex color #D6312A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6312A is #29CED5. Grayscale: #616161. Windows color (decimal): -2739926 or 2765270. OLE color: 2765270.

HSL color Cylindrical-coordinate representation of color #D6312A: hue angle of 2.44º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D6312A is Cyan = 0, Magento = 0.77, Yellow = 0.80 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 49 42 -
CMYK 0 0.77 0.80 0.16
HSL 2.44º 0.68% 0.5% -
HSV(B) 2.44º 0.8% 0.84% -
XYZ 29.25 16.66 3.86 -
YUV 97.54 96.66 211.07 -
System Red Green Blue C M Y K H S L
Decimal 214 49 42 0 0.77 0.80 0.16 2.44 0.68 0.5
Hex D6 31 2A 0 4D 50 10 2 44 32
Octal 326 61 52 0 115 120 20 2 104 62
Binary 11010110 110001 101010 0 1001101 1010000 10000 10 1000100 110010

Color Harmonies of #D6312A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6312A

Black with #D6312A

Text Example


Text Example

White with #D6312A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6312A; }

 p { color: rgb(214,49,42); }

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

background-color css

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

 a { background-color: rgb(214,49,42); }

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

border-color css

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

 span { border-color: rgb(214,49,42); }

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