Html Css Color HEX #D13836 Persian Red

📋 copy color: '#D13836'

red 209 ◦ green 56 ◦ blue 54

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

Shades of Persian Red #D13836

Tints of Persian Red #D13836

RGB

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

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

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

R = 65.52%
G = 17.55%
B = 16.93%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.74

 K value IS 0.18

RGB Variations

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

Color information

#D13836 (or 0xD13836) is known color: Persian Red. HEX triplet: D1, 38 and 36. RGB value is (209,56,54). Sum of RGB (Red+Green+Blue) = 209+56+54=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 56 (22.27% from 255 or 17.55% from 319); Blue value is 54 (21.48% from 255 or 16.93% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D13836 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13836 is #2EC7C9. Grayscale: #656565. Windows color (decimal): -3065802 or 3553489. OLE color: 3553489.

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

Color convert

RGB 209 56 54 -
CMYK 0 0.73 0.74 0.18
HSL 0.77º 0.63% 0.52% -
HSV(B) 0.77º 0.74% 0.82% -
XYZ 28.37 16.65 5.21 -
YUV 101.52 101.19 204.66 -
System Red Green Blue C M Y K H S L
Decimal 209 56 54 0 0.73 0.74 0.18 0.77 0.63 0.52
Hex D1 38 36 0 49 4A 12 1 3F 34
Octal 321 70 66 0 111 112 22 1 77 64
Binary 11010001 111000 110110 0 1001001 1001010 10010 1 111111 110100

Color Harmonies of #D13836

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13836

Black with #D13836

Text Example


Text Example

White with #D13836

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13836; }

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

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

background-color css

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

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

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

border-color css

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

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

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