Html Css Color HEX #D03937 Persian Red

📋 copy color: '#D03937'

red 208 ◦ green 57 ◦ blue 55

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

Shades of Persian Red #D03937

Tints of Persian Red #D03937

RGB

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

 GREEN value IS 57 (22.66% from 255) = 17.81%

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

R = 65%
G = 17.81%
B = 17.19%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03937 (or 0xD03937) is known color: Persian Red. HEX triplet: D0, 39 and 37. RGB value is (208,57,55). Sum of RGB (Red+Green+Blue) = 208+57+55=320 (42% of max value = 765). Red value is 208 (81.64% from 255 or 65% from 320); Green value is 57 (22.66% from 255 or 17.81% from 320); Blue value is 55 (21.88% from 255 or 17.19% from 320); Max value from RGB is 208 - color contains mainly: red. Hex color #D03937 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03937 is #2FC6C8. Grayscale: #666666. Windows color (decimal): -3131081 or 3619280. OLE color: 3619280.

HSL color Cylindrical-coordinate representation of color #D03937: hue angle of 0.78º 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 #D03937 is Cyan = 0, Magento = 0.73, Yellow = 0.74 and Black (K on CMYK) = 0.18.

Color convert

RGB 208 57 55 -
CMYK 0 0.73 0.74 0.18
HSL 0.78º 0.62% 0.52% -
HSV(B) 0.78º 0.74% 0.82% -
XYZ 28.17 16.61 5.34 -
YUV 101.92 101.53 203.66 -
System Red Green Blue C M Y K H S L
Decimal 208 57 55 0 0.73 0.74 0.18 0.78 0.62 0.52
Hex D0 39 37 0 49 4A 12 1 3E 34
Octal 320 71 67 0 111 112 22 1 76 64
Binary 11010000 111001 110111 0 1001001 1001010 10010 1 111110 110100

Color Harmonies of #D03937

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03937

Black with #D03937

Text Example


Text Example

White with #D03937

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03937; }

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

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

background-color css

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

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

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

border-color css

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

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

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