Html Css Color HEX #D55858 Indian Red

📋 copy color: '#D55858'

red 213 ◦ green 88 ◦ blue 88

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

Shades of Indian Red #D55858

Tints of Indian Red #D55858

RGB

 RED value IS 213 (83.59% from 255) = 54.76%

 GREEN value IS 88 (34.77% from 255) = 22.62%

 BLUE value IS 88 (34.77% from 255) = 22.62%

R = 54.76%
G = 22.62%
B = 22.62%

CMYK

 C value IS 0

 M value IS 0.59

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D55858 (or 0xD55858) is known color: Indian Red. HEX triplet: D5, 58 and 58. RGB value is (213,88,88). Sum of RGB (Red+Green+Blue) = 213+88+88=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 88 (34.77% from 255 or 22.62% from 389); Blue value is 88 (34.77% from 255 or 22.62% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D55858 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55858 is #2AA7A7. Grayscale: #7D7D7D. Windows color (decimal): -2795432 or 5789909. OLE color: 5789909.

HSL color Cylindrical-coordinate representation of color #D55858: hue angle of 0º degrees, saturation: 0.6, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D55858 is Cyan = 0, Magento = 0.59, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 88 88 -
CMYK 0 0.59 0.59 0.16
HSL 0.6% 0.59% -
HSV(B) 0.59% 0.84% -
XYZ 32.69 21.83 11.72 -
YUV 125.38 106.91 190.5 -
System Red Green Blue C M Y K H S L
Decimal 213 88 88 0 0.59 0.59 0.16 0 0.6 0.59
Hex D5 58 58 0 3B 3B 10 0 3C 3B
Octal 325 130 130 0 73 73 20 0 74 73
Binary 11010101 1011000 1011000 0 111011 111011 10000 0 111100 111011

Color Harmonies of #D55858

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55858

Black with #D55858

Text Example


Text Example

White with #D55858

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55858; }

 p { color: rgb(213,88,88); }

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

background-color css

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

 a { background-color: rgb(213,88,88); }

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

border-color css

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

 span { border-color: rgb(213,88,88); }

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