Html Css Color HEX #D25F57 Roman

📋 copy color: '#D25F57'

red 210 ◦ green 95 ◦ blue 87

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

Shades of Roman #D25F57

Tints of Roman #D25F57

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 22.19%

R = 53.57%
G = 24.23%
B = 22.19%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.59

 K value IS 0.18

RGB Variations

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

Color information

#D25F57 (or 0xD25F57) is known color: Roman. HEX triplet: D2, 5F and 57. RGB value is (210,95,87). Sum of RGB (Red+Green+Blue) = 210+95+87=392 (51% of max value = 765). Red value is 210 (82.42% from 255 or 53.57% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 87 (34.38% from 255 or 22.19% from 392); Max value from RGB is 210 - color contains mainly: red. Hex color #D25F57 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D25F57 is #2DA0A8. Grayscale: #808080. Windows color (decimal): -2990249 or 5726162. OLE color: 5726162.

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

Color convert

RGB 210 95 87 -
CMYK 0 0.55 0.59 0.18
HSL 3.9º 0.58% 0.58% -
HSV(B) 3.9º 0.59% 0.82% -
XYZ 32.39 22.57 11.67 -
YUV 128.47 104.6 186.15 -
System Red Green Blue C M Y K H S L
Decimal 210 95 87 0 0.55 0.59 0.18 3.9 0.58 0.58
Hex D2 5F 57 0 37 3B 12 4 3A 3A
Octal 322 137 127 0 67 73 22 4 72 72
Binary 11010010 1011111 1010111 0 110111 111011 10010 100 111010 111010

Color Harmonies of #D25F57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D25F57

Black with #D25F57

Text Example


Text Example

White with #D25F57

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D25F57; }

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

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

background-color css

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

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

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

border-color css

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

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

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