Html Css Color HEX #D13B28 Persian Red

📋 copy color: '#D13B28'

red 209 ◦ green 59 ◦ blue 40

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

Shades of Persian Red #D13B28

Tints of Persian Red #D13B28

RGB

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

 GREEN value IS 59 (23.44% from 255) = 19.16%

 BLUE value IS 40 (16.02% from 255) = 12.99%

R = 67.86%
G = 19.16%
B = 12.99%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13B28 (or 0xD13B28) is known color: Persian Red. HEX triplet: D1, 3B and 28. RGB value is (209,59,40). Sum of RGB (Red+Green+Blue) = 209+59+40=308 (40% of max value = 765). Red value is 209 (82.03% from 255 or 67.86% from 308); Green value is 59 (23.44% from 255 or 19.16% from 308); Blue value is 40 (16.02% from 255 or 12.99% from 308); Max value from RGB is 209 - color contains mainly: red. Hex color #D13B28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13B28 is #2EC4D7. Grayscale: #656565. Windows color (decimal): -3065048 or 2636753. OLE color: 2636753.

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

Color convert

RGB 209 59 40 -
CMYK 0 0.72 0.81 0.18
HSL 6.75º 0.68% 0.49% -
HSV(B) 6.75º 0.81% 0.82% -
XYZ 28.24 16.84 3.77 -
YUV 101.68 93.2 204.54 -
System Red Green Blue C M Y K H S L
Decimal 209 59 40 0 0.72 0.81 0.18 6.75 0.68 0.49
Hex D1 3B 28 0 48 51 12 7 44 31
Octal 321 73 50 0 110 121 22 7 104 61
Binary 11010001 111011 101000 0 1001000 1010001 10010 111 1000100 110001

Color Harmonies of #D13B28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13B28

Black with #D13B28

Text Example


Text Example

White with #D13B28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13B28; }

 p { color: rgb(209,59,40); }

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

background-color css

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

 a { background-color: rgb(209,59,40); }

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

border-color css

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

 span { border-color: rgb(209,59,40); }

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