Html Css Color HEX #D13D2B Persian Red

📋 copy color: '#D13D2B'

red 209 ◦ green 61 ◦ blue 43

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

Shades of Persian Red #D13D2B

Tints of Persian Red #D13D2B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 13.74%

R = 66.77%
G = 19.49%
B = 13.74%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.18

RGB Variations

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

Color information

#D13D2B (or 0xD13D2B) is known color: Persian Red. HEX triplet: D1, 3D and 2B. RGB value is (209,61,43). Sum of RGB (Red+Green+Blue) = 209+61+43=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 61 (24.22% from 255 or 19.49% from 313); Blue value is 43 (17.19% from 255 or 13.74% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13D2B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13D2B is #2EC2D4. Grayscale: #676767. Windows color (decimal): -3064533 or 2833873. OLE color: 2833873.

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

Color convert

RGB 209 61 43 -
CMYK 0 0.71 0.79 0.18
HSL 6.51º 0.66% 0.49% -
HSV(B) 6.51º 0.79% 0.82% -
XYZ 28.4 17.07 4.08 -
YUV 103.2 94.03 203.46 -
System Red Green Blue C M Y K H S L
Decimal 209 61 43 0 0.71 0.79 0.18 6.51 0.66 0.49
Hex D1 3D 2B 0 47 4F 12 7 42 31
Octal 321 75 53 0 107 117 22 7 102 61
Binary 11010001 111101 101011 0 1000111 1001111 10010 111 1000010 110001

Color Harmonies of #D13D2B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13D2B

Black with #D13D2B

Text Example


Text Example

White with #D13D2B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13D2B; }

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

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

background-color css

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

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

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

border-color css

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

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

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