Html Css Color HEX #D13838 Persian Red

📋 copy color: '#D13838'

red 209 ◦ green 56 ◦ blue 56

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

Shades of Persian Red #D13838

Tints of Persian Red #D13838

RGB

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

 GREEN value IS 56 (22.27% from 255) = 17.45%

 BLUE value IS 56 (22.27% from 255) = 17.45%

R = 65.11%
G = 17.45%
B = 17.45%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.73

 K value IS 0.18

RGB Variations

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

Color information

#D13838 (or 0xD13838) is known color: Persian Red. HEX triplet: D1, 38 and 38. RGB value is (209,56,56). Sum of RGB (Red+Green+Blue) = 209+56+56=321 (42% of max value = 765). Red value is 209 (82.03% from 255 or 65.11% from 321); Green value is 56 (22.27% from 255 or 17.45% from 321); Blue value is 56 (22.27% from 255 or 17.45% from 321); Max value from RGB is 209 - color contains mainly: red. Hex color #D13838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D13838 is #2EC7C7. Grayscale: #656565. Windows color (decimal): -3065800 or 3684561. OLE color: 3684561.

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

Color convert

RGB 209 56 56 -
CMYK 0 0.73 0.73 0.18
HSL 0.62% 0.52% -
HSV(B) 0.73% 0.82% -
XYZ 28.42 16.67 5.46 -
YUV 101.75 102.19 204.5 -
System Red Green Blue C M Y K H S L
Decimal 209 56 56 0 0.73 0.73 0.18 0 0.62 0.52
Hex D1 38 38 0 49 49 12 0 3E 34
Octal 321 70 70 0 111 111 22 0 76 64
Binary 11010001 111000 111000 0 1001001 1001001 10010 0 111110 110100

Color Harmonies of #D13838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D13838

Black with #D13838

Text Example


Text Example

White with #D13838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D13838; }

 p { color: rgb(209,56,56); }

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

background-color css

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

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

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

border-color css

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

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

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