Html Css Color HEX #DB5C54 Roman

📋 copy color: '#DB5C54'

red 219 ◦ green 92 ◦ blue 84

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

Shades of Roman #DB5C54

Tints of Roman #DB5C54

RGB

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

 GREEN value IS 92 (36.33% from 255) = 23.29%

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

R = 55.44%
G = 23.29%
B = 21.27%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.62

 K value IS 0.14

RGB Variations

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

Color information

#DB5C54 (or 0xDB5C54) is known color: Roman. HEX triplet: DB, 5C and 54. RGB value is (219,92,84). Sum of RGB (Red+Green+Blue) = 219+92+84=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 92 (36.33% from 255 or 23.29% from 395); Blue value is 84 (33.20% from 255 or 21.27% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB5C54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DB5C54 is #24A3AB. Grayscale: #818181. Windows color (decimal): -2401196 or 5528795. OLE color: 5528795.

HSL color Cylindrical-coordinate representation of color #DB5C54: hue angle of 3.56º 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 #DB5C54 is Cyan = 0, Magento = 0.58, Yellow = 0.62 and Black (K on CMYK) = 0.14.

Color convert

RGB 219 92 84 -
CMYK 0 0.58 0.62 0.14
HSL 3.56º 0.65% 0.59% -
HSV(B) 3.56º 0.62% 0.86% -
XYZ 34.64 23.35 11.07 -
YUV 129.06 102.58 192.15 -
System Red Green Blue C M Y K H S L
Decimal 219 92 84 0 0.58 0.62 0.14 3.56 0.65 0.59
Hex DB 5C 54 0 3A 3E E 4 41 3B
Octal 333 134 124 0 72 76 16 4 101 73
Binary 11011011 1011100 1010100 0 111010 111110 1110 100 1000001 111011

Color Harmonies of #DB5C54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DB5C54

Black with #DB5C54

Text Example


Text Example

White with #DB5C54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DB5C54; }

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

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

background-color css

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

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

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

border-color css

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

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

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