Html Css Color HEX #D25E58 Roman

📋 copy color: '#D25E58'

red 210 ◦ green 94 ◦ blue 88

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

Shades of Roman #D25E58

Tints of Roman #D25E58

RGB

 RED value IS 210 (82.42% from 255) = 53.57%

 GREEN value IS 94 (37.11% from 255) = 23.98%

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

R = 53.57%
G = 23.98%
B = 22.45%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.18

RGB Variations

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

Color information

#D25E58 (or 0xD25E58) is known color: Roman. HEX triplet: D2, 5E and 58. RGB value is (210,94,88). Sum of RGB (Red+Green+Blue) = 210+94+88=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 94 (37.11% from 255 or 23.98% from 392); Blue value is 88 (34.77% from 255 or 22.45% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25E58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25E58 is #2DA1A7. Grayscale: #808080. Windows color (decimal): -2990504 or 5791442. OLE color: 5791442.

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

Color convert

RGB 210 94 88 -
CMYK 0 0.55 0.58 0.18
HSL 2.95º 0.58% 0.58% -
HSV(B) 2.95º 0.58% 0.82% -
XYZ 32.34 22.41 11.85 -
YUV 128 105.43 186.49 -
System Red Green Blue C M Y K H S L
Decimal 210 94 88 0 0.55 0.58 0.18 2.95 0.58 0.58
Hex D2 5E 58 0 37 3A 12 3 3A 3A
Octal 322 136 130 0 67 72 22 3 72 72
Binary 11010010 1011110 1011000 0 110111 111010 10010 11 111010 111010

Color Harmonies of #D25E58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25E58

Black with #D25E58

Text Example


Text Example

White with #D25E58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25E58; }

 p { color: rgb(210,94,88); }

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

background-color css

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

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

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

border-color css

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

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

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