Html Css Color HEX #D03831 Persian Red

📋 copy color: '#D03831'

red 208 ◦ green 56 ◦ blue 49

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

Shades of Persian Red #D03831

Tints of Persian Red #D03831

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.89%

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

R = 66.45%
G = 17.89%
B = 15.65%

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

#D03831 (or 0xD03831) is known color: Persian Red. HEX triplet: D0, 38 and 31. RGB value is (208,56,49). Sum of RGB (Red+Green+Blue) = 208+56+49=313 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.45% from 313); Green value is 56 (22.27% from 255 or 17.89% from 313); Blue value is 49 (19.53% from 255 or 15.65% from 313); Max value from RGB is 208 - color contains mainly: red. Hex color #D03831 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03831 is #2FC7CE. Grayscale: #646464. Windows color (decimal): -3131343 or 3225808. OLE color: 3225808.

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

Color convert

RGB 208 56 49 -
CMYK 0 0.73 0.76 0.18
HSL 2.64º 0.63% 0.5% -
HSV(B) 2.64º 0.76% 0.82% -
XYZ 27.98 16.46 4.61 -
YUV 100.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 208 56 49 0 0.73 0.76 0.18 2.64 0.63 0.5
Hex D0 38 31 0 49 4C 12 3 3F 32
Octal 320 70 61 0 111 114 22 3 77 62
Binary 11010000 111000 110001 0 1001001 1001100 10010 11 111111 110010

Color Harmonies of #D03831

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03831

Black with #D03831

Text Example


Text Example

White with #D03831

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03831; }

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

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

background-color css

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

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

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

border-color css

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

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

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