Html Css Color HEX #D0312C Persian Red

📋 copy color: '#D0312C'

red 208 ◦ green 49 ◦ blue 44

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

Shades of Persian Red #D0312C

Tints of Persian Red #D0312C

RGB

 RED value IS 208 (81.64% from 255) = 69.1%

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

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

R = 69.1%
G = 16.28%
B = 14.62%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D0312C (or 0xD0312C) is known color: Persian Red. HEX triplet: D0, 31 and 2C. RGB value is (208,49,44). Sum of RGB (Red+Green+Blue) = 208+49+44=301 (39% of max value = 765). Red value is 208 (81.64% from 255 or 69.10% from 301); Green value is 49 (19.53% from 255 or 16.28% from 301); Blue value is 44 (17.58% from 255 or 14.62% from 301); Max value from RGB is 208 - color contains mainly: red. Hex color #D0312C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0312C is #2FCED3. Grayscale: #606060. Windows color (decimal): -3133140 or 2896336. OLE color: 2896336.

HSL color Cylindrical-coordinate representation of color #D0312C: hue angle of 1.83º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D0312C is Cyan = 0, Magento = 0.76, Yellow = 0.79 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 49 44 -
CMYK 0 0.76 0.79 0.18
HSL 1.83º 0.65% 0.49% -
HSV(B) 1.83º 0.79% 0.82% -
XYZ 27.57 15.79 3.98 -
YUV 95.97 98.68 207.91 -
System Red Green Blue C M Y K H S L
Decimal 208 49 44 0 0.76 0.79 0.18 1.83 0.65 0.49
Hex D0 31 2C 0 4C 4F 12 2 41 31
Octal 320 61 54 0 114 117 22 2 101 61
Binary 11010000 110001 101100 0 1001100 1001111 10010 10 1000001 110001

Color Harmonies of #D0312C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0312C

Black with #D0312C

Text Example


Text Example

White with #D0312C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0312C; }

 p { color: rgb(208,49,44); }

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

background-color css

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

 a { background-color: rgb(208,49,44); }

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

border-color css

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

 span { border-color: rgb(208,49,44); }

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