Html Css Color HEX #D03D36 Persian Red

📋 copy color: '#D03D36'

red 208 ◦ green 61 ◦ blue 54

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

Shades of Persian Red #D03D36

Tints of Persian Red #D03D36

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 16.72%

R = 64.4%
G = 18.89%
B = 16.72%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03D36 (or 0xD03D36) is known color: Persian Red. HEX triplet: D0, 3D and 36. RGB value is (208,61,54). Sum of RGB (Red+Green+Blue) = 208+61+54=323 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.40% from 323); Green value is 61 (24.22% from 255 or 18.89% from 323); Blue value is 54 (21.48% from 255 or 16.72% from 323); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D36 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D36 is #2FC2C9. Grayscale: #686868. Windows color (decimal): -3130058 or 3554768. OLE color: 3554768.

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

Color convert

RGB 208 61 54 -
CMYK 0 0.71 0.74 0.18
HSL 2.73º 0.62% 0.51% -
HSV(B) 2.73º 0.74% 0.82% -
XYZ 28.35 17.01 5.28 -
YUV 104.16 99.7 202.07 -
System Red Green Blue C M Y K H S L
Decimal 208 61 54 0 0.71 0.74 0.18 2.73 0.62 0.51
Hex D0 3D 36 0 47 4A 12 3 3E 33
Octal 320 75 66 0 107 112 22 3 76 63
Binary 11010000 111101 110110 0 1000111 1001010 10010 11 111110 110011

Color Harmonies of #D03D36

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D36

Black with #D03D36

Text Example


Text Example

White with #D03D36

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D36; }

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

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

background-color css

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

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

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

border-color css

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

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

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