Html Css Color HEX #D03D37 Persian Red

📋 copy color: '#D03D37'

red 208 ◦ green 61 ◦ blue 55

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

Shades of Persian Red #D03D37

Tints of Persian Red #D03D37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.98%

R = 64.2%
G = 18.83%
B = 16.98%

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

#D03D37 (or 0xD03D37) is known color: Persian Red. HEX triplet: D0, 3D and 37. RGB value is (208,61,55). Sum of RGB (Red+Green+Blue) = 208+61+55=324 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.20% from 324); Green value is 61 (24.22% from 255 or 18.83% from 324); Blue value is 55 (21.88% from 255 or 16.98% from 324); Max value from RGB is 208 - color contains mainly: red. Hex color #D03D37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03D37 is #2FC2C8. Grayscale: #686868. Windows color (decimal): -3130057 or 3620304. OLE color: 3620304.

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

Color convert

RGB 208 61 55 -
CMYK 0 0.71 0.74 0.18
HSL 2.35º 0.62% 0.52% -
HSV(B) 2.35º 0.74% 0.82% -
XYZ 28.37 17.02 5.4 -
YUV 104.27 100.2 201.99 -
System Red Green Blue C M Y K H S L
Decimal 208 61 55 0 0.71 0.74 0.18 2.35 0.62 0.52
Hex D0 3D 37 0 47 4A 12 2 3E 34
Octal 320 75 67 0 107 112 22 2 76 64
Binary 11010000 111101 110111 0 1000111 1001010 10010 10 111110 110100

Color Harmonies of #D03D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03D37

Black with #D03D37

Text Example


Text Example

White with #D03D37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03D37; }

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

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

background-color css

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

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

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

border-color css

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

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

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