Html Css Color HEX #D03530 Persian Red

📋 copy color: '#D03530'

red 208 ◦ green 53 ◦ blue 48

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

Shades of Persian Red #D03530

Tints of Persian Red #D03530

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 15.53%

R = 67.31%
G = 17.15%
B = 15.53%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D03530 (or 0xD03530) is known color: Persian Red. HEX triplet: D0, 35 and 30. RGB value is (208,53,48). Sum of RGB (Red+Green+Blue) = 208+53+48=309 (40% of max value = 765). Red value is 208 (81.64% from 255 or 67.31% from 309); Green value is 53 (21.09% from 255 or 17.15% from 309); Blue value is 48 (19.14% from 255 or 15.53% from 309); Max value from RGB is 208 - color contains mainly: red. Hex color #D03530 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03530 is #2FCACF. Grayscale: #626262. Windows color (decimal): -3132112 or 3159504. OLE color: 3159504.

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

Color convert

RGB 208 53 48 -
CMYK 0 0.75 0.77 0.18
HSL 1.88º 0.63% 0.5% -
HSV(B) 1.88º 0.77% 0.82% -
XYZ 27.82 16.17 4.45 -
YUV 98.78 99.35 205.91 -
System Red Green Blue C M Y K H S L
Decimal 208 53 48 0 0.75 0.77 0.18 1.88 0.63 0.5
Hex D0 35 30 0 4B 4D 12 2 3F 32
Octal 320 65 60 0 113 115 22 2 77 62
Binary 11010000 110101 110000 0 1001011 1001101 10010 10 111111 110010

Color Harmonies of #D03530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03530

Black with #D03530

Text Example


Text Example

White with #D03530

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03530; }

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

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

background-color css

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

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

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

border-color css

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

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

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