Html Css Color HEX #D25F58 Roman

📋 copy color: '#D25F58'

red 210 ◦ green 95 ◦ blue 88

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

Shades of Roman #D25F58

Tints of Roman #D25F58

RGB

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

 GREEN value IS 95 (37.5% from 255) = 24.17%

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

R = 53.44%
G = 24.17%
B = 22.39%

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

#D25F58 (or 0xD25F58) is known color: Roman. HEX triplet: D2, 5F and 58. RGB value is (210,95,88). Sum of RGB (Red+Green+Blue) = 210+95+88=393 (52% of max value = 765). Red value is 210 (82.42% from 255 or 53.44% from 393); Green value is 95 (37.5% from 255 or 24.17% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F58 is #2DA0A7. Grayscale: #808080. Windows color (decimal): -2990248 or 5791698. OLE color: 5791698.

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

Color convert

RGB 210 95 88 -
CMYK 0 0.55 0.58 0.18
HSL 3.44º 0.58% 0.58% -
HSV(B) 3.44º 0.58% 0.82% -
XYZ 32.43 22.59 11.88 -
YUV 128.59 105.1 186.07 -
System Red Green Blue C M Y K H S L
Decimal 210 95 88 0 0.55 0.58 0.18 3.44 0.58 0.58
Hex D2 5F 58 0 37 3A 12 3 3A 3A
Octal 322 137 130 0 67 72 22 3 72 72
Binary 11010010 1011111 1011000 0 110111 111010 10010 11 111010 111010

Color Harmonies of #D25F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F58

Black with #D25F58

Text Example


Text Example

White with #D25F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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