Html Css Color HEX #D03E2E Persian Red

📋 copy color: '#D03E2E'

red 208 ◦ green 62 ◦ blue 46

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

Shades of Persian Red #D03E2E

Tints of Persian Red #D03E2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.56%

R = 65.82%
G = 19.62%
B = 14.56%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D03E2E (or 0xD03E2E) is known color: Persian Red. HEX triplet: D0, 3E and 2E. RGB value is (208,62,46). Sum of RGB (Red+Green+Blue) = 208+62+46=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 62 (24.61% from 255 or 19.62% from 316); Blue value is 46 (18.36% from 255 or 14.56% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03E2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03E2E is #2FC1D1. Grayscale: #686868. Windows color (decimal): -3129810 or 3030736. OLE color: 3030736.

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

Color convert

RGB 208 62 46 -
CMYK 0 0.70 0.78 0.18
HSL 5.93º 0.64% 0.5% -
HSV(B) 5.93º 0.78% 0.82% -
XYZ 28.23 17.05 4.39 -
YUV 103.83 95.37 202.3 -
System Red Green Blue C M Y K H S L
Decimal 208 62 46 0 0.70 0.78 0.18 5.93 0.64 0.5
Hex D0 3E 2E 0 46 4E 12 6 40 32
Octal 320 76 56 0 106 116 22 6 100 62
Binary 11010000 111110 101110 0 1000110 1001110 10010 110 1000000 110010

Color Harmonies of #D03E2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03E2E

Black with #D03E2E

Text Example


Text Example

White with #D03E2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03E2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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