Html Css Color HEX #D03D3C Persian Red

📋 copy color: '#D03D3C'

red 208 ◦ green 61 ◦ blue 60

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

Shades of Persian Red #D03D3C

Tints of Persian Red #D03D3C

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 60 (23.83% from 255) = 18.24%

R = 63.22%
G = 18.54%
B = 18.24%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.71

 K value IS 0.18

RGB Variations

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

Color information

#D03D3C (or 0xD03D3C) is known color: Persian Red. HEX triplet: D0, 3D and 3C. RGB value is (208,61,60). Sum of RGB (Red+Green+Blue) = 208+61+60=329 (43% of max value = 765). Red value is 208 (81.64% from 255 or 63.22% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 60 (23.83% from 255 or 18.24% from 329); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D3C is #2FC2C3. Grayscale: #686868. Windows color (decimal): -3130052 or 3947984. OLE color: 3947984.

HSL color Cylindrical-coordinate representation of color #D03D3C: hue angle of 0.41º degrees, saturation: 0.61, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #D03D3C is Cyan = 0, Magento = 0.71, Yellow = 0.71 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 61 60 -
CMYK 0 0.71 0.71 0.18
HSL 0.41º 0.61% 0.53% -
HSV(B) 0.41º 0.71% 0.82% -
XYZ 28.5 17.07 6.07 -
YUV 104.84 102.7 201.58 -
System Red Green Blue C M Y K H S L
Decimal 208 61 60 0 0.71 0.71 0.18 0.41 0.61 0.53
Hex D0 3D 3C 0 47 47 12 0 3D 35
Octal 320 75 74 0 107 107 22 0 75 65
Binary 11010000 111101 111100 0 1000111 1000111 10010 0 111101 110101

Color Harmonies of #D03D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D3C

Black with #D03D3C

Text Example


Text Example

White with #D03D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D3C; }

 p { color: rgb(208,61,60); }

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

background-color css

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

 a { background-color: rgb(208,61,60); }

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

border-color css

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

 span { border-color: rgb(208,61,60); }

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