Html Css Color HEX #D03E3E Persian Red

📋 copy color: '#D03E3E'

red 208 ◦ green 62 ◦ blue 62

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

Shades of Persian Red #D03E3E

Tints of Persian Red #D03E3E

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.67%

 BLUE value IS 62 (24.61% from 255) = 18.67%

R = 62.65%
G = 18.67%
B = 18.67%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.18

RGB Variations

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

Color information

#D03E3E (or 0xD03E3E) is known color: Persian Red. HEX triplet: D0, 3E and 3E. RGB value is (208,62,62). Sum of RGB (Red+Green+Blue) = 208+62+62=332 (43% of max value = 765). Red value is 208 (81.64% from 255 or 62.65% from 332); Green value is 62 (24.61% from 255 or 18.67% from 332); Blue value is 62 (24.61% from 255 or 18.67% from 332); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E3E is #2FC1C1. Grayscale: #696969. Windows color (decimal): -3129794 or 4079312. OLE color: 4079312.

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

Color convert

RGB 208 62 62 -
CMYK 0 0.70 0.70 0.18
HSL 0.61% 0.53% -
HSV(B) 0.7% 0.82% -
XYZ 28.6 17.2 6.37 -
YUV 105.65 103.37 201 -
System Red Green Blue C M Y K H S L
Decimal 208 62 62 0 0.70 0.70 0.18 0 0.61 0.53
Hex D0 3E 3E 0 46 46 12 0 3D 35
Octal 320 76 76 0 106 106 22 0 75 65
Binary 11010000 111110 111110 0 1000110 1000110 10010 0 111101 110101

Color Harmonies of #D03E3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E3E

Black with #D03E3E

Text Example


Text Example

White with #D03E3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E3E; }

 p { color: rgb(208,62,62); }

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

background-color css

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

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

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

border-color css

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

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

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