Html Css Color HEX #D03734 Persian Red

📋 copy color: '#D03734'

red 208 ◦ green 55 ◦ blue 52

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

Shades of Persian Red #D03734

Tints of Persian Red #D03734

RGB

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

 GREEN value IS 55 (21.88% from 255) = 17.46%

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

R = 66.03%
G = 17.46%
B = 16.51%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.75

 K value IS 0.18

RGB Variations

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

Color information

#D03734 (or 0xD03734) is known color: Persian Red. HEX triplet: D0, 37 and 34. RGB value is (208,55,52). Sum of RGB (Red+Green+Blue) = 208+55+52=315 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.03% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 52 (20.70% from 255 or 16.51% from 315); Max value from RGB is 208 - color contains mainly: red. Hex color #D03734 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03734 is #2FC8CB. Grayscale: #646464. Windows color (decimal): -3131596 or 3422160. OLE color: 3422160.

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

Color convert

RGB 208 55 52 -
CMYK 0 0.74 0.75 0.18
HSL 1.15º 0.62% 0.51% -
HSV(B) 1.15º 0.75% 0.82% -
XYZ 28 16.39 4.94 -
YUV 100.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 208 55 52 0 0.74 0.75 0.18 1.15 0.62 0.51
Hex D0 37 34 0 4A 4B 12 1 3E 33
Octal 320 67 64 0 112 113 22 1 76 63
Binary 11010000 110111 110100 0 1001010 1001011 10010 1 111110 110011

Color Harmonies of #D03734

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03734

Black with #D03734

Text Example


Text Example

White with #D03734

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03734; }

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

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

background-color css

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

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

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

border-color css

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

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

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