Html Css Color HEX #D03D2F Persian Red

📋 copy color: '#D03D2F'

red 208 ◦ green 61 ◦ blue 47

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

Shades of Persian Red #D03D2F

Tints of Persian Red #D03D2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.87%

R = 65.82%
G = 19.3%
B = 14.87%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.18

RGB Variations

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

Color information

#D03D2F (or 0xD03D2F) is known color: Persian Red. HEX triplet: D0, 3D and 2F. RGB value is (208,61,47). Sum of RGB (Red+Green+Blue) = 208+61+47=316 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.82% from 316); Green value is 61 (24.22% from 255 or 19.30% from 316); Blue value is 47 (18.75% from 255 or 14.87% from 316); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D2F is #2FC2D0. Grayscale: #676767. Windows color (decimal): -3130065 or 3096016. OLE color: 3096016.

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

Color convert

RGB 208 61 47 -
CMYK 0 0.71 0.77 0.18
HSL 5.22º 0.63% 0.5% -
HSV(B) 5.22º 0.77% 0.82% -
XYZ 28.19 16.95 4.48 -
YUV 103.36 96.2 202.64 -
System Red Green Blue C M Y K H S L
Decimal 208 61 47 0 0.71 0.77 0.18 5.22 0.63 0.5
Hex D0 3D 2F 0 47 4D 12 5 3F 32
Octal 320 75 57 0 107 115 22 5 77 62
Binary 11010000 111101 101111 0 1000111 1001101 10010 101 111111 110010

Color Harmonies of #D03D2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D2F

Black with #D03D2F

Text Example


Text Example

White with #D03D2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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