Html Css Color HEX #D03934 Persian Red

📋 copy color: '#D03934'

red 208 ◦ green 57 ◦ blue 52

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

Shades of Persian Red #D03934

Tints of Persian Red #D03934

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 16.4%

R = 65.62%
G = 17.98%
B = 16.4%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03934 (or 0xD03934) is known color: Persian Red. HEX triplet: D0, 39 and 34. RGB value is (208,57,52). Sum of RGB (Red+Green+Blue) = 208+57+52=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 52 (20.70% from 255 or 16.40% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D03934 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03934 is #2FC6CB. Grayscale: #656565. Windows color (decimal): -3131084 or 3422672. OLE color: 3422672.

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

Color convert

RGB 208 57 52 -
CMYK 0 0.73 0.75 0.18
HSL 1.92º 0.62% 0.51% -
HSV(B) 1.92º 0.75% 0.82% -
XYZ 28.1 16.58 4.97 -
YUV 101.58 100.03 203.91 -
System Red Green Blue C M Y K H S L
Decimal 208 57 52 0 0.73 0.75 0.18 1.92 0.62 0.51
Hex D0 39 34 0 49 4B 12 2 3E 33
Octal 320 71 64 0 111 113 22 2 76 63
Binary 11010000 111001 110100 0 1001001 1001011 10010 10 111110 110011

Color Harmonies of #D03934

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03934

Black with #D03934

Text Example


Text Example

White with #D03934

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03934; }

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

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

background-color css

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

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

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

border-color css

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

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

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