Html Css Color HEX #D35F58 Roman

📋 copy color: '#D35F58'

red 211 ◦ green 95 ◦ blue 88

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

Shades of Roman #D35F58

Tints of Roman #D35F58

RGB

 RED value IS 211 (82.81% from 255) = 53.55%

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

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

R = 53.55%
G = 24.11%
B = 22.34%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.58

 K value IS 0.17

RGB Variations

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

Color information

#D35F58 (or 0xD35F58) is known color: Roman. HEX triplet: D3, 5F and 58. RGB value is (211,95,88). Sum of RGB (Red+Green+Blue) = 211+95+88=394 (52% of max value = 765). Red value is 211 (82.81% from 255 or 53.55% from 394); Green value is 95 (37.5% from 255 or 24.11% from 394); Blue value is 88 (34.77% from 255 or 22.34% from 394); Max value from RGB is 211 - color contains mainly: red. Hex color #D35F58 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D35F58 is #2CA0A7. Grayscale: #818181. Windows color (decimal): -2924712 or 5791699. OLE color: 5791699.

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

Color convert

RGB 211 95 88 -
CMYK 0 0.55 0.58 0.17
HSL 3.41º 0.58% 0.59% -
HSV(B) 3.41º 0.58% 0.83% -
XYZ 32.72 22.74 11.9 -
YUV 128.89 104.93 186.57 -
System Red Green Blue C M Y K H S L
Decimal 211 95 88 0 0.55 0.58 0.17 3.41 0.58 0.59
Hex D3 5F 58 0 37 3A 11 3 3A 3B
Octal 323 137 130 0 67 72 21 3 72 73
Binary 11010011 1011111 1011000 0 110111 111010 10001 11 111010 111011

Color Harmonies of #D35F58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D35F58

Black with #D35F58

Text Example


Text Example

White with #D35F58

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D35F58; }

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

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

background-color css

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

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

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

border-color css

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

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

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