Html Css Color HEX #D03733 Persian Red

📋 copy color: '#D03733'

red 208 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #D03733

Tints of Persian Red #D03733

RGB

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

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

 BLUE value IS 51 (20.31% from 255) = 16.24%

R = 66.24%
G = 17.52%
B = 16.24%

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

#D03733 (or 0xD03733) is known color: Persian Red. HEX triplet: D0, 37 and 33. RGB value is (208,55,51). Sum of RGB (Red+Green+Blue) = 208+55+51=314 (41% of max value = 765). Red value is 208 (81.64% from 255 or 66.24% from 314); Green value is 55 (21.88% from 255 or 17.52% from 314); Blue value is 51 (20.31% from 255 or 16.24% from 314); Max value from RGB is 208 - color contains mainly: red. Hex color #D03733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D03733 is #2FC8CC. Grayscale: #646464. Windows color (decimal): -3131597 or 3356624. OLE color: 3356624.

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

Color convert

RGB 208 55 51 -
CMYK 0 0.74 0.75 0.18
HSL 1.53º 0.63% 0.51% -
HSV(B) 1.53º 0.75% 0.82% -
XYZ 27.98 16.38 4.82 -
YUV 100.29 100.19 204.83 -
System Red Green Blue C M Y K H S L
Decimal 208 55 51 0 0.74 0.75 0.18 1.53 0.63 0.51
Hex D0 37 33 0 4A 4B 12 2 3F 33
Octal 320 67 63 0 112 113 22 2 77 63
Binary 11010000 110111 110011 0 1001010 1001011 10010 10 111111 110011

Color Harmonies of #D03733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D03733

Black with #D03733

Text Example


Text Example

White with #D03733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D03733; }

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

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

background-color css

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

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

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

border-color css

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

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

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