Html Css Color HEX #D13A28 Persian Red

📋 copy color: '#D13A28'

red 209 ◦ green 58 ◦ blue 40

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

Shades of Persian Red #D13A28

Tints of Persian Red #D13A28

RGB

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

 GREEN value IS 58 (23.05% from 255) = 18.89%

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

R = 68.08%
G = 18.89%
B = 13.03%

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

#D13A28 (or 0xD13A28) is known color: Persian Red. HEX triplet: D1, 3A and 28. RGB value is (209,58,40). Sum of RGB (Red+Green+Blue) = 209+58+40=307 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.08% from 307); Green value is 58 (23.05% from 255 or 18.89% from 307); Blue value is 40 (16.02% from 255 or 13.03% from 307); Max value from RGB is 209 - color contains mainly: red. Hex color #D13A28 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13A28 is #2EC5D7. Grayscale: #656565. Windows color (decimal): -3065304 or 2636497. OLE color: 2636497.

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

Color convert

RGB 209 58 40 -
CMYK 0 0.72 0.81 0.18
HSL 6.39º 0.68% 0.49% -
HSV(B) 6.39º 0.81% 0.82% -
XYZ 28.19 16.73 3.75 -
YUV 101.1 93.53 204.96 -
System Red Green Blue C M Y K H S L
Decimal 209 58 40 0 0.72 0.81 0.18 6.39 0.68 0.49
Hex D1 3A 28 0 48 51 12 6 44 31
Octal 321 72 50 0 110 121 22 6 104 61
Binary 11010001 111010 101000 0 1001000 1010001 10010 110 1000100 110001

Color Harmonies of #D13A28

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13A28

Black with #D13A28

Text Example


Text Example

White with #D13A28

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13A28; }

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

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

background-color css

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

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

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

border-color css

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

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

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