Html Css Color HEX #D13C2D Persian Red

📋 copy color: '#D13C2D'

red 209 ◦ green 60 ◦ blue 45

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

Shades of Persian Red #D13C2D

Tints of Persian Red #D13C2D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 19.11%

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

R = 66.56%
G = 19.11%
B = 14.33%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.78

 K value IS 0.18

RGB Variations

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

Color information

#D13C2D (or 0xD13C2D) is known color: Persian Red. HEX triplet: D1, 3C and 2D. RGB value is (209,60,45). Sum of RGB (Red+Green+Blue) = 209+60+45=314 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.56% from 314); Green value is 60 (23.83% from 255 or 19.11% from 314); Blue value is 45 (17.97% from 255 or 14.33% from 314); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C2D is #2EC3D2. Grayscale: #676767. Windows color (decimal): -3064787 or 2964689. OLE color: 2964689.

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

Color convert

RGB 209 60 45 -
CMYK 0 0.71 0.78 0.18
HSL 5.49º 0.65% 0.5% -
HSV(B) 5.49º 0.78% 0.82% -
XYZ 28.38 16.98 4.26 -
YUV 102.84 95.36 203.72 -
System Red Green Blue C M Y K H S L
Decimal 209 60 45 0 0.71 0.78 0.18 5.49 0.65 0.5
Hex D1 3C 2D 0 47 4E 12 5 41 32
Octal 321 74 55 0 107 116 22 5 101 62
Binary 11010001 111100 101101 0 1000111 1001110 10010 101 1000001 110010

Color Harmonies of #D13C2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C2D

Black with #D13C2D

Text Example


Text Example

White with #D13C2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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