Html Css Color HEX #D13B2D Persian Red

📋 copy color: '#D13B2D'

red 209 ◦ green 59 ◦ blue 45

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

Shades of Persian Red #D13B2D

Tints of Persian Red #D13B2D

RGB

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

 GREEN value IS 59 (23.44% from 255) = 18.85%

 BLUE value IS 45 (17.97% from 255) = 14.38%

R = 66.77%
G = 18.85%
B = 14.38%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D13B2D (or 0xD13B2D) is known color: Persian Red. HEX triplet: D1, 3B and 2D. RGB value is (209,59,45). Sum of RGB (Red+Green+Blue) = 209+59+45=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 59 (23.44% from 255 or 18.85% from 313); Blue value is 45 (17.97% from 255 or 14.38% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B2D is #2EC4D2. Grayscale: #666666. Windows color (decimal): -3065043 or 2964433. OLE color: 2964433.

HSL color Cylindrical-coordinate representation of color #D13B2D: hue angle of 5.12º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D13B2D is Cyan = 0, Magento = 0.72, Yellow = 0.78 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 59 45 -
CMYK 0 0.72 0.78 0.18
HSL 5.12º 0.65% 0.5% -
HSV(B) 5.12º 0.78% 0.82% -
XYZ 28.33 16.87 4.25 -
YUV 102.25 95.7 204.14 -
System Red Green Blue C M Y K H S L
Decimal 209 59 45 0 0.72 0.78 0.18 5.12 0.65 0.5
Hex D1 3B 2D 0 48 4E 12 5 41 32
Octal 321 73 55 0 110 116 22 5 101 62
Binary 11010001 111011 101101 0 1001000 1001110 10010 101 1000001 110010

Color Harmonies of #D13B2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B2D

Black with #D13B2D

Text Example


Text Example

White with #D13B2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B2D; }

 p { color: rgb(209,59,45); }

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

background-color css

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

 a { background-color: rgb(209,59,45); }

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

border-color css

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

 span { border-color: rgb(209,59,45); }

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