Html Css Color HEX #D03939 Persian Red

📋 copy color: '#D03939'

red 208 ◦ green 57 ◦ blue 57

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

Shades of Persian Red #D03939

Tints of Persian Red #D03939

RGB

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

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

 BLUE value IS 57 (22.66% from 255) = 17.7%

R = 64.6%
G = 17.7%
B = 17.7%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D03939 (or 0xD03939) is known color: Persian Red. HEX triplet: D0, 39 and 39. RGB value is (208,57,57). Sum of RGB (Red+Green+Blue) = 208+57+57=322 (42% of max value = 765). Red value is 208 (81.64% from 255 or 64.60% from 322); Green value is 57 (22.66% from 255 or 17.70% from 322); Blue value is 57 (22.66% from 255 or 17.70% from 322); Max value from RGB is 208 - color contains mainly: red. Hex color #D03939 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03939 is #2FC6C6. Grayscale: #666666. Windows color (decimal): -3131079 or 3750352. OLE color: 3750352.

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

Color convert

RGB 208 57 57 -
CMYK 0 0.73 0.73 0.18
HSL 0.62% 0.52% -
HSV(B) 0.73% 0.82% -
XYZ 28.21 16.63 5.59 -
YUV 102.15 102.53 203.5 -
System Red Green Blue C M Y K H S L
Decimal 208 57 57 0 0.73 0.73 0.18 0 0.62 0.52
Hex D0 39 39 0 49 49 12 0 3E 34
Octal 320 71 71 0 111 111 22 0 76 64
Binary 11010000 111001 111001 0 1001001 1001001 10010 0 111110 110100

Color Harmonies of #D03939

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03939

Black with #D03939

Text Example


Text Example

White with #D03939

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03939; }

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

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

background-color css

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

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

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

border-color css

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

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

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