Html Css Color HEX #D13C32 Persian Red

📋 copy color: '#D13C32'

red 209 ◦ green 60 ◦ blue 50

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

Shades of Persian Red #D13C32

Tints of Persian Red #D13C32

RGB

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

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

 BLUE value IS 50 (19.92% from 255) = 15.67%

R = 65.52%
G = 18.81%
B = 15.67%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.76

 K value IS 0.18

RGB Variations

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

Color information

#D13C32 (or 0xD13C32) is known color: Persian Red. HEX triplet: D1, 3C and 32. RGB value is (209,60,50). Sum of RGB (Red+Green+Blue) = 209+60+50=319 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.52% from 319); Green value is 60 (23.83% from 255 or 18.81% from 319); Blue value is 50 (19.92% from 255 or 15.67% from 319); Max value from RGB is 209 - color contains mainly: red. Hex color #D13C32 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13C32 is #2EC3CD. Grayscale: #676767. Windows color (decimal): -3064782 or 3292369. OLE color: 3292369.

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

Color convert

RGB 209 60 50 -
CMYK 0 0.71 0.76 0.18
HSL 3.77º 0.63% 0.51% -
HSV(B) 3.77º 0.76% 0.82% -
XYZ 28.49 17.02 4.8 -
YUV 103.41 97.86 203.31 -
System Red Green Blue C M Y K H S L
Decimal 209 60 50 0 0.71 0.76 0.18 3.77 0.63 0.51
Hex D1 3C 32 0 47 4C 12 4 3F 33
Octal 321 74 62 0 107 114 22 4 77 63
Binary 11010001 111100 110010 0 1000111 1001100 10010 100 111111 110011

Color Harmonies of #D13C32

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13C32

Black with #D13C32

Text Example


Text Example

White with #D13C32

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13C32; }

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

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

background-color css

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

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

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

border-color css

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

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

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