Html Css Color HEX #D03531 Persian Red

📋 copy color: '#D03531'

red 208 ◦ green 53 ◦ blue 49

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

Shades of Persian Red #D03531

Tints of Persian Red #D03531

RGB

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

 GREEN value IS 53 (21.09% from 255) = 17.1%

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

R = 67.1%
G = 17.1%
B = 15.81%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D03531 (or 0xD03531) is known color: Persian Red. HEX triplet: D0, 35 and 31. RGB value is (208,53,49). Sum of RGB (Red+Green+Blue) = 208+53+49=310 (41% of max value = 765). Red value is 208 (81.64% from 255 or 67.10% from 310); Green value is 53 (21.09% from 255 or 17.10% from 310); Blue value is 49 (19.53% from 255 or 15.81% from 310); Max value from RGB is 208 - color contains mainly: red. Hex color #D03531 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03531 is #2FCACE. Grayscale: #636363. Windows color (decimal): -3132111 or 3225040. OLE color: 3225040.

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

Color convert

RGB 208 53 49 -
CMYK 0 0.75 0.76 0.18
HSL 1.51º 0.63% 0.5% -
HSV(B) 1.51º 0.76% 0.82% -
XYZ 27.84 16.18 4.56 -
YUV 98.89 99.85 205.83 -
System Red Green Blue C M Y K H S L
Decimal 208 53 49 0 0.75 0.76 0.18 1.51 0.63 0.5
Hex D0 35 31 0 4B 4C 12 2 3F 32
Octal 320 65 61 0 113 114 22 2 77 62
Binary 11010000 110101 110001 0 1001011 1001100 10010 10 111111 110010

Color Harmonies of #D03531

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03531

Black with #D03531

Text Example


Text Example

White with #D03531

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03531; }

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

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

background-color css

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

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

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

border-color css

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

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

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