Html Css Color HEX #D75A58 Roman

📋 copy color: '#D75A58'

red 215 ◦ green 90 ◦ blue 88

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

Shades of Roman #D75A58

Tints of Roman #D75A58

RGB

 RED value IS 215 (84.38% from 255) = 54.71%

 GREEN value IS 90 (35.55% from 255) = 22.9%

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

R = 54.71%
G = 22.9%
B = 22.39%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.59

 K value IS 0.16

RGB Variations

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

Color information

#D75A58 (or 0xD75A58) is known color: Roman. HEX triplet: D7, 5A and 58. RGB value is (215,90,88). Sum of RGB (Red+Green+Blue) = 215+90+88=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 90 (35.55% from 255 or 22.90% from 393); Blue value is 88 (34.77% from 255 or 22.39% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D75A58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75A58 is #28A5A7. Grayscale: #7F7F7F. Windows color (decimal): -2663848 or 5790423. OLE color: 5790423.

HSL color Cylindrical-coordinate representation of color #D75A58: hue angle of 0.94º degrees, saturation: 0.61, 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 #D75A58 is Cyan = 0, Magento = 0.58, Yellow = 0.59 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 90 88 -
CMYK 0 0.58 0.59 0.16
HSL 0.94º 0.61% 0.59% -
HSV(B) 0.94º 0.59% 0.84% -
XYZ 33.44 22.46 11.81 -
YUV 127.15 105.91 190.66 -
System Red Green Blue C M Y K H S L
Decimal 215 90 88 0 0.58 0.59 0.16 0.94 0.61 0.59
Hex D7 5A 58 0 3A 3B 10 1 3D 3B
Octal 327 132 130 0 72 73 20 1 75 73
Binary 11010111 1011010 1011000 0 111010 111011 10000 1 111101 111011

Color Harmonies of #D75A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75A58

Black with #D75A58

Text Example


Text Example

White with #D75A58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75A58; }

 p { color: rgb(215,90,88); }

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

background-color css

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

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

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

border-color css

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

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

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