Html Css Color HEX #D13733 Persian Red

📋 copy color: '#D13733'

red 209 ◦ green 55 ◦ blue 51

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

Shades of Persian Red #D13733

Tints of Persian Red #D13733

RGB

 RED value IS 209 (82.03% from 255) = 66.35%

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

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

R = 66.35%
G = 17.46%
B = 16.19%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13733 (or 0xD13733) is known color: Persian Red. HEX triplet: D1, 37 and 33. RGB value is (209,55,51). Sum of RGB (Red+Green+Blue) = 209+55+51=315 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.35% from 315); Green value is 55 (21.88% from 255 or 17.46% from 315); Blue value is 51 (20.31% from 255 or 16.19% from 315); Max value from RGB is 209 - color contains mainly: red. Hex color #D13733 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13733 is #2EC8CC. Grayscale: #646464. Windows color (decimal): -3066061 or 3356625. OLE color: 3356625.

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

Color convert

RGB 209 55 51 -
CMYK 0 0.74 0.76 0.18
HSL 1.52º 0.63% 0.51% -
HSV(B) 1.52º 0.76% 0.82% -
XYZ 28.26 16.53 4.83 -
YUV 100.59 100.02 205.33 -
System Red Green Blue C M Y K H S L
Decimal 209 55 51 0 0.74 0.76 0.18 1.52 0.63 0.51
Hex D1 37 33 0 4A 4C 12 2 3F 33
Octal 321 67 63 0 112 114 22 2 77 63
Binary 11010001 110111 110011 0 1001010 1001100 10010 10 111111 110011

Color Harmonies of #D13733

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13733

Black with #D13733

Text Example


Text Example

White with #D13733

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13733; }

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

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

background-color css

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

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

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

border-color css

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

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

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