Html Css Color HEX #D13C2C Persian Red

📋 copy color: '#D13C2C'

red 209 ◦ green 60 ◦ blue 44

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

Shades of Persian Red #D13C2C

Tints of Persian Red #D13C2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 14.06%

R = 66.77%
G = 19.17%
B = 14.06%

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

#D13C2C (or 0xD13C2C) is known color: Persian Red. HEX triplet: D1, 3C and 2C. RGB value is (209,60,44). Sum of RGB (Red+Green+Blue) = 209+60+44=313 (41% of max value = 765). Red value is 209 (82.03% from 255 or 66.77% from 313); Green value is 60 (23.83% from 255 or 19.17% from 313); Blue value is 44 (17.58% from 255 or 14.06% from 313); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C2C is #2EC3D3. Grayscale: #666666. Windows color (decimal): -3064788 or 2899153. OLE color: 2899153.

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

Color convert

RGB 209 60 44 -
CMYK 0 0.71 0.79 0.18
HSL 5.82º 0.65% 0.5% -
HSV(B) 5.82º 0.79% 0.82% -
XYZ 28.36 16.97 4.16 -
YUV 102.73 94.86 203.8 -
System Red Green Blue C M Y K H S L
Decimal 209 60 44 0 0.71 0.79 0.18 5.82 0.65 0.5
Hex D1 3C 2C 0 47 4F 12 6 41 32
Octal 321 74 54 0 107 117 22 6 101 62
Binary 11010001 111100 101100 0 1000111 1001111 10010 110 1000001 110010

Color Harmonies of #D13C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C2C

Black with #D13C2C

Text Example


Text Example

White with #D13C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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