Html Css Color HEX #DB5F54 Roman

📋 copy color: '#DB5F54'

red 219 ◦ green 95 ◦ blue 84

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

Shades of Roman #DB5F54

Tints of Roman #DB5F54

RGB

 RED value IS 219 (85.94% from 255) = 55.03%

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

 BLUE value IS 84 (33.2% from 255) = 21.11%

R = 55.03%
G = 23.87%
B = 21.11%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5F54 (or 0xDB5F54) is known color: Roman. HEX triplet: DB, 5F and 54. RGB value is (219,95,84). Sum of RGB (Red+Green+Blue) = 219+95+84=398 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.03% from 398); Green value is 95 (37.5% from 255 or 23.87% from 398); Blue value is 84 (33.20% from 255 or 21.11% from 398); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5F54 is #24A0AB. Grayscale: #828282. Windows color (decimal): -2400428 or 5529563. OLE color: 5529563.

HSL color Cylindrical-coordinate representation of color #DB5F54: hue angle of 4.89º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #DB5F54 is Cyan = 0, Magento = 0.57, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 95 84 -
CMYK 0 0.57 0.62 0.14
HSL 4.89º 0.65% 0.59% -
HSV(B) 4.89º 0.62% 0.86% -
XYZ 34.91 23.88 11.16 -
YUV 130.82 101.58 190.89 -
System Red Green Blue C M Y K H S L
Decimal 219 95 84 0 0.57 0.62 0.14 4.89 0.65 0.59
Hex DB 5F 54 0 39 3E E 5 41 3B
Octal 333 137 124 0 71 76 16 5 101 73
Binary 11011011 1011111 1010100 0 111001 111110 1110 101 1000001 111011

Color Harmonies of #DB5F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5F54

Black with #DB5F54

Text Example


Text Example

White with #DB5F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5F54; }

 p { color: rgb(219,95,84); }

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

background-color css

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

 a { background-color: rgb(219,95,84); }

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

border-color css

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

 span { border-color: rgb(219,95,84); }

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