Html Css Color HEX #D75B5B Roman

📋 copy color: '#D75B5B'

red 215 ◦ green 91 ◦ blue 91

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

Shades of Roman #D75B5B

Tints of Roman #D75B5B

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.92%

 BLUE value IS 91 (35.94% from 255) = 22.92%

R = 54.16%
G = 22.92%
B = 22.92%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.58

 K value IS 0.16

RGB Variations

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

Color information

#D75B5B (or 0xD75B5B) is known color: Roman. HEX triplet: D7, 5B and 5B. RGB value is (215,91,91). Sum of RGB (Red+Green+Blue) = 215+91+91=397 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.16% from 397); Green value is 91 (35.94% from 255 or 22.92% from 397); Blue value is 91 (35.94% from 255 or 22.92% from 397); Max value from RGB is 215 - color contains mainly: red. Hex color #D75B5B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D75B5B is #28A4A4. Grayscale: #808080. Windows color (decimal): -2663589 or 5987287. OLE color: 5987287.

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

Color convert

RGB 215 91 91 -
CMYK 0 0.58 0.58 0.16
HSL 0.61% 0.6% -
HSV(B) 0.58% 0.84% -
XYZ 33.65 22.68 12.5 -
YUV 128.08 107.08 190 -
System Red Green Blue C M Y K H S L
Decimal 215 91 91 0 0.58 0.58 0.16 0 0.61 0.6
Hex D7 5B 5B 0 3A 3A 10 0 3D 3C
Octal 327 133 133 0 72 72 20 0 75 74
Binary 11010111 1011011 1011011 0 111010 111010 10000 0 111101 111100

Color Harmonies of #D75B5B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D75B5B

Black with #D75B5B

Text Example


Text Example

White with #D75B5B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D75B5B; }

 p { color: rgb(215,91,91); }

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

background-color css

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

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

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

border-color css

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

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

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