Html Css Color HEX #D13D3B Persian Red

📋 copy color: '#D13D3B'

red 209 ◦ green 61 ◦ blue 59

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

Shades of Persian Red #D13D3B

Tints of Persian Red #D13D3B

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.54%

 BLUE value IS 59 (23.44% from 255) = 17.93%

R = 63.53%
G = 18.54%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.72

 K value IS 0.18

RGB Variations

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

Color information

#D13D3B (or 0xD13D3B) is known color: Persian Red. HEX triplet: D1, 3D and 3B. RGB value is (209,61,59). Sum of RGB (Red+Green+Blue) = 209+61+59=329 (43% of max value = 765). Red value is 209 (82.03% from 255 or 63.53% from 329); Green value is 61 (24.22% from 255 or 18.54% from 329); Blue value is 59 (23.44% from 255 or 17.93% from 329); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D3B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D3B is #2EC2C4. Grayscale: #696969. Windows color (decimal): -3064517 or 3882449. OLE color: 3882449.

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

Color convert

RGB 209 61 59 -
CMYK 0 0.71 0.72 0.18
HSL 0.8º 0.62% 0.53% -
HSV(B) 0.8º 0.72% 0.82% -
XYZ 28.75 17.21 5.94 -
YUV 105.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 209 61 59 0 0.71 0.72 0.18 0.8 0.62 0.53
Hex D1 3D 3B 0 47 48 12 1 3E 35
Octal 321 75 73 0 107 110 22 1 76 65
Binary 11010001 111101 111011 0 1000111 1001000 10010 1 111110 110101

Color Harmonies of #D13D3B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D3B

Black with #D13D3B

Text Example


Text Example

White with #D13D3B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D3B; }

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

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

background-color css

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

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

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

border-color css

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

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

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