Html Css Color HEX #D03736 Persian Red

📋 copy color: '#D03736'

red 208 ◦ green 55 ◦ blue 54

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

Shades of Persian Red #D03736

Tints of Persian Red #D03736

RGB

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

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

 BLUE value IS 54 (21.48% from 255) = 17.03%

R = 65.62%
G = 17.35%
B = 17.03%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D03736 (or 0xD03736) is known color: Persian Red. HEX triplet: D0, 37 and 36. RGB value is (208,55,54). Sum of RGB (Red+Green+Blue) = 208+55+54=317 (41% of max value = 765). Red value is 208 (81.64% from 255 or 65.62% from 317); Green value is 55 (21.88% from 255 or 17.35% from 317); Blue value is 54 (21.48% from 255 or 17.03% from 317); Max value from RGB is 208 - color contains mainly: red. Hex color #D03736 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03736 is #2FC8C9. Grayscale: #646464. Windows color (decimal): -3131594 or 3553232. OLE color: 3553232.

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

Color convert

RGB 208 55 54 -
CMYK 0 0.74 0.74 0.18
HSL 0.39º 0.62% 0.51% -
HSV(B) 0.39º 0.74% 0.82% -
XYZ 28.04 16.41 5.18 -
YUV 100.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 208 55 54 0 0.74 0.74 0.18 0.39 0.62 0.51
Hex D0 37 36 0 4A 4A 12 0 3E 33
Octal 320 67 66 0 112 112 22 0 76 63
Binary 11010000 110111 110110 0 1001010 1001010 10010 0 111110 110011

Color Harmonies of #D03736

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03736

Black with #D03736

Text Example


Text Example

White with #D03736

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03736; }

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

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

background-color css

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

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

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

border-color css

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

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

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