Html Css Color HEX #D0312D Persian Red

📋 copy color: '#D0312D'

red 208 ◦ green 49 ◦ blue 45

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

Shades of Persian Red #D0312D

Tints of Persian Red #D0312D

RGB

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

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

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

R = 68.87%
G = 16.23%
B = 14.9%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D0312D (or 0xD0312D) is known color: Persian Red. HEX triplet: D0, 31 and 2D. RGB value is (208,49,45). Sum of RGB (Red+Green+Blue) = 208+49+45=302 (40% of max value = 765). Red value is 208 (81.64% from 255 or 68.87% from 302); Green value is 49 (19.53% from 255 or 16.23% from 302); Blue value is 45 (17.97% from 255 or 14.90% from 302); Max value from RGB is 208 - color contains mainly: red. Hex color #D0312D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D0312D is #2FCED2. Grayscale: #606060. Windows color (decimal): -3133139 or 2961872. OLE color: 2961872.

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

Color convert

RGB 208 49 45 -
CMYK 0 0.76 0.78 0.18
HSL 1.47º 0.64% 0.5% -
HSV(B) 1.47º 0.78% 0.82% -
XYZ 27.58 15.8 4.08 -
YUV 96.09 99.18 207.83 -
System Red Green Blue C M Y K H S L
Decimal 208 49 45 0 0.76 0.78 0.18 1.47 0.64 0.5
Hex D0 31 2D 0 4C 4E 12 1 40 32
Octal 320 61 55 0 114 116 22 1 100 62
Binary 11010000 110001 101101 0 1001100 1001110 10010 1 1000000 110010

Color Harmonies of #D0312D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D0312D

Black with #D0312D

Text Example


Text Example

White with #D0312D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D0312D; }

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

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

background-color css

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

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

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

border-color css

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

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

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