Html Css Color HEX #D13928 Persian Red

📋 copy color: '#D13928'

red 209 ◦ green 57 ◦ blue 40

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

Shades of Persian Red #D13928

Tints of Persian Red #D13928

RGB

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

 GREEN value IS 57 (22.66% from 255) = 18.63%

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

R = 68.3%
G = 18.63%
B = 13.07%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.81

 K value IS 0.18

RGB Variations

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

Color information

#D13928 (or 0xD13928) is known color: Persian Red. HEX triplet: D1, 39 and 28. RGB value is (209,57,40). Sum of RGB (Red+Green+Blue) = 209+57+40=306 (40% of max value = 765). Red value is 209 (82.03% from 255 or 68.30% from 306); Green value is 57 (22.66% from 255 or 18.63% from 306); Blue value is 40 (16.02% from 255 or 13.07% from 306); Max value from RGB is 209 - color contains mainly: red. Hex color #D13928 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13928 is #2EC6D7. Grayscale: #646464. Windows color (decimal): -3065560 or 2636241. OLE color: 2636241.

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

Color convert

RGB 209 57 40 -
CMYK 0 0.73 0.81 0.18
HSL 6.04º 0.68% 0.49% -
HSV(B) 6.04º 0.81% 0.82% -
XYZ 28.14 16.63 3.74 -
YUV 100.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 209 57 40 0 0.73 0.81 0.18 6.04 0.68 0.49
Hex D1 39 28 0 49 51 12 6 44 31
Octal 321 71 50 0 111 121 22 6 104 61
Binary 11010001 111001 101000 0 1001001 1010001 10010 110 1000100 110001

Color Harmonies of #D13928

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13928

Black with #D13928

Text Example


Text Example

White with #D13928

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13928; }

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

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

background-color css

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

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

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

border-color css

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

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

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