Html Css Color HEX #D13833 Persian Red

📋 copy color: '#D13833'

red 209 ◦ green 56 ◦ blue 51

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

Shades of Persian Red #D13833

Tints of Persian Red #D13833

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.72%

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

R = 66.14%
G = 17.72%
B = 16.14%

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

#D13833 (or 0xD13833) is known color: Persian Red. HEX triplet: D1, 38 and 33. RGB value is (209,56,51). Sum of RGB (Red+Green+Blue) = 209+56+51=316 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.14% from 316); Green value is 56 (22.27% from 255 or 17.72% from 316); Blue value is 51 (20.31% from 255 or 16.14% from 316); Max value from RGB is 209 - color contains mainly: red. Hex color #D13833 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13833 is #2EC7CC. Grayscale: #656565. Windows color (decimal): -3065805 or 3356881. OLE color: 3356881.

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

Color convert

RGB 209 56 51 -
CMYK 0 0.73 0.76 0.18
HSL 1.9º 0.63% 0.51% -
HSV(B) 1.9º 0.76% 0.82% -
XYZ 28.31 16.62 4.85 -
YUV 101.18 99.69 204.91 -
System Red Green Blue C M Y K H S L
Decimal 209 56 51 0 0.73 0.76 0.18 1.9 0.63 0.51
Hex D1 38 33 0 49 4C 12 2 3F 33
Octal 321 70 63 0 111 114 22 2 77 63
Binary 11010001 111000 110011 0 1001001 1001100 10010 10 111111 110011

Color Harmonies of #D13833

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13833

Black with #D13833

Text Example


Text Example

White with #D13833

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13833; }

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

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

background-color css

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

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

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

border-color css

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

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

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