Html Css Color HEX #D03931 Persian Red

📋 copy color: '#D03931'

red 208 ◦ green 57 ◦ blue 49

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

Shades of Persian Red #D03931

Tints of Persian Red #D03931

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.15%

 BLUE value IS 49 (19.53% from 255) = 15.61%

R = 66.24%
G = 18.15%
B = 15.61%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D03931 (or 0xD03931) is known color: Persian Red. HEX triplet: D0, 39 and 31. RGB value is (208,57,49). Sum of RGB (Red+Green+Blue) = 208+57+49=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 57 (22.66% from 255 or 18.15% from 314); Blue value is 49 (19.53% from 255 or 15.61% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03931 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03931 is #2FC6CE. Grayscale: #656565. Windows color (decimal): -3131087 or 3226064. OLE color: 3226064.

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

Color convert

RGB 208 57 49 -
CMYK 0 0.73 0.76 0.18
HSL 3.02º 0.63% 0.5% -
HSV(B) 3.02º 0.76% 0.82% -
XYZ 28.03 16.56 4.62 -
YUV 101.24 98.53 204.15 -
System Red Green Blue C M Y K H S L
Decimal 208 57 49 0 0.73 0.76 0.18 3.02 0.63 0.5
Hex D0 39 31 0 49 4C 12 3 3F 32
Octal 320 71 61 0 111 114 22 3 77 62
Binary 11010000 111001 110001 0 1001001 1001100 10010 11 111111 110010

Color Harmonies of #D03931

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03931

Black with #D03931

Text Example


Text Example

White with #D03931

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03931; }

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

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

background-color css

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

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

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

border-color css

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

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

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