Html Css Color HEX #D55F54 Roman

📋 copy color: '#D55F54'

red 213 ◦ green 95 ◦ blue 84

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

Shades of Roman #D55F54

Tints of Roman #D55F54

RGB

 RED value IS 213 (83.59% from 255) = 54.34%

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

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

R = 54.34%
G = 24.23%
B = 21.43%

CMYK

 C value IS 0

 M value IS 0.55

 Y value IS 0.61

 K value IS 0.16

RGB Variations

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

Color information

#D55F54 (or 0xD55F54) is known color: Roman. HEX triplet: D5, 5F and 54. RGB value is (213,95,84). Sum of RGB (Red+Green+Blue) = 213+95+84=392 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.34% from 392); Green value is 95 (37.5% from 255 or 24.23% from 392); Blue value is 84 (33.20% from 255 or 21.43% from 392); Max value from RGB is 213 - color contains mainly: red. Hex color #D55F54 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D55F54 is #2AA0AB. Grayscale: #818181. Windows color (decimal): -2793644 or 5529557. OLE color: 5529557.

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

Color convert

RGB 213 95 84 -
CMYK 0 0.55 0.61 0.16
HSL 5.12º 0.61% 0.58% -
HSV(B) 5.12º 0.61% 0.84% -
XYZ 33.13 22.97 11.07 -
YUV 129.03 102.59 187.89 -
System Red Green Blue C M Y K H S L
Decimal 213 95 84 0 0.55 0.61 0.16 5.12 0.61 0.58
Hex D5 5F 54 0 37 3D 10 5 3D 3A
Octal 325 137 124 0 67 75 20 5 75 72
Binary 11010101 1011111 1010100 0 110111 111101 10000 101 111101 111010

Color Harmonies of #D55F54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D55F54

Black with #D55F54

Text Example


Text Example

White with #D55F54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D55F54; }

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

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

background-color css

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

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

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

border-color css

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

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

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