Html Css Color HEX #D13325 Persian Red

📋 copy color: '#D13325'

red 209 ◦ green 51 ◦ blue 37

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

Shades of Persian Red #D13325

Tints of Persian Red #D13325

RGB

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

 GREEN value IS 51 (20.31% from 255) = 17.17%

 BLUE value IS 37 (14.84% from 255) = 12.46%

R = 70.37%
G = 17.17%
B = 12.46%

CMYK

 C value IS 0

 M value IS 0.76

 Y value IS 0.82

 K value IS 0.18

RGB Variations

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

Color information

#D13325 (or 0xD13325) is known color: Persian Red. HEX triplet: D1, 33 and 25. RGB value is (209,51,37). Sum of RGB (Red+Green+Blue) = 209+51+37=297 (39% of max value = 765). Red value is 209 (82.03% from 255 or 70.37% from 297); Green value is 51 (20.31% from 255 or 17.17% from 297); Blue value is 37 (14.84% from 255 or 12.46% from 297); Max value from RGB is 209 - color contains mainly: red. Hex color #D13325 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13325 is #2ECCDA. Grayscale: #606060. Windows color (decimal): -3067099 or 2438097. OLE color: 2438097.

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

Color convert

RGB 209 51 37 -
CMYK 0 0.76 0.82 0.18
HSL 4.88º 0.7% 0.48% -
HSV(B) 4.88º 0.82% 0.82% -
XYZ 27.81 16.06 3.38 -
YUV 96.65 94.35 208.14 -
System Red Green Blue C M Y K H S L
Decimal 209 51 37 0 0.76 0.82 0.18 4.88 0.7 0.48
Hex D1 33 25 0 4C 52 12 5 46 30
Octal 321 63 45 0 114 122 22 5 106 60
Binary 11010001 110011 100101 0 1001100 1010010 10010 101 1000110 110000

Color Harmonies of #D13325

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13325

Black with #D13325

Text Example


Text Example

White with #D13325

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13325; }

 p { color: rgb(209,51,37); }

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

background-color css

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

 a { background-color: rgb(209,51,37); }

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

border-color css

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

 span { border-color: rgb(209,51,37); }

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