Html Css Color HEX #D13933 Persian Red

📋 copy color: '#D13933'

red 209 ◦ green 57 ◦ blue 51

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

Shades of Persian Red #D13933

Tints of Persian Red #D13933

RGB

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

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

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

R = 65.93%
G = 17.98%
B = 16.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13933 (or 0xD13933) is known color: Persian Red. HEX triplet: D1, 39 and 33. RGB value is (209,57,51). Sum of RGB (Red+Green+Blue) = 209+57+51=317 (41% of max value = 765). Red value is 209 (82.03% from 255 or 65.93% from 317); Green value is 57 (22.66% from 255 or 17.98% from 317); Blue value is 51 (20.31% from 255 or 16.09% from 317); Max value from RGB is 209 - color contains mainly: red. Hex color #D13933 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13933 is #2EC6CC. Grayscale: #656565. Windows color (decimal): -3065549 or 3357137. OLE color: 3357137.

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

Color convert

RGB 209 57 51 -
CMYK 0 0.73 0.76 0.18
HSL 2.28º 0.63% 0.51% -
HSV(B) 2.28º 0.76% 0.82% -
XYZ 28.36 16.72 4.86 -
YUV 101.76 99.36 204.49 -
System Red Green Blue C M Y K H S L
Decimal 209 57 51 0 0.73 0.76 0.18 2.28 0.63 0.51
Hex D1 39 33 0 49 4C 12 2 3F 33
Octal 321 71 63 0 111 114 22 2 77 63
Binary 11010001 111001 110011 0 1001001 1001100 10010 10 111111 110011

Color Harmonies of #D13933

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13933

Black with #D13933

Text Example


Text Example

White with #D13933

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13933; }

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

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

background-color css

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

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

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

border-color css

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

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

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