Html Css Color HEX #D03F3E Persian Red

📋 copy color: '#D03F3E'

red 208 ◦ green 63 ◦ blue 62

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

Shades of Persian Red #D03F3E

Tints of Persian Red #D03F3E

RGB

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

 GREEN value IS 63 (25% from 255) = 18.92%

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

R = 62.46%
G = 18.92%
B = 18.62%

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

#D03F3E (or 0xD03F3E) is known color: Persian Red. HEX triplet: D0, 3F and 3E. RGB value is (208,63,62). Sum of RGB (Red+Green+Blue) = 208+63+62=333 (44% of max value = 765). Red value is 208 (81.64% from 255 or 62.46% from 333); Green value is 63 (25% from 255 or 18.92% from 333); Blue value is 62 (24.61% from 255 or 18.62% from 333); Max value from RGB is 208 - color contains mainly: red. Hex color #D03F3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03F3E is #2FC0C1. Grayscale: #6A6A6A. Windows color (decimal): -3129538 or 4079568. OLE color: 4079568.

HSL color Cylindrical-coordinate representation of color #D03F3E: 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.7%. Process color model (Four color, CMYK) of #D03F3E is Cyan = 0, Magento = 0.70, Yellow = 0.70 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 63 62 -
CMYK 0 0.70 0.70 0.18
HSL 0.41º 0.61% 0.53% -
HSV(B) 0.41º 0.7% 0.82% -
XYZ 28.66 17.31 6.39 -
YUV 106.24 103.04 200.58 -
System Red Green Blue C M Y K H S L
Decimal 208 63 62 0 0.70 0.70 0.18 0.41 0.61 0.53
Hex D0 3F 3E 0 46 46 12 0 3D 35
Octal 320 77 76 0 106 106 22 0 75 65
Binary 11010000 111111 111110 0 1000110 1000110 10010 0 111101 110101

Color Harmonies of #D03F3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03F3E

Black with #D03F3E

Text Example


Text Example

White with #D03F3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03F3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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