Html Css Color HEX #D56261 Roman

📋 copy color: '#D56261'

red 213 ◦ green 98 ◦ blue 97

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

Shades of Roman #D56261

Tints of Roman #D56261

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.02%

 BLUE value IS 97 (38.28% from 255) = 23.77%

R = 52.21%
G = 24.02%
B = 23.77%

CMYK

 C value IS 0

 M value IS 0.54

 Y value IS 0.54

 K value IS 0.16

RGB Variations

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

Color information

#D56261 (or 0xD56261) is known color: Roman. HEX triplet: D5, 62 and 61. RGB value is (213,98,97). Sum of RGB (Red+Green+Blue) = 213+98+97=408 (54% of max value = 765). Red value is 213 (83.59% from 255 or 52.21% from 408); Green value is 98 (38.67% from 255 or 24.02% from 408); Blue value is 97 (38.28% from 255 or 23.77% from 408); Max value from RGB is 213 - color contains mainly: red. Hex color #D56261 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56261 is #2A9D9E. Grayscale: #848484. Windows color (decimal): -2792863 or 6382293. OLE color: 6382293.

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

Color convert

RGB 213 98 97 -
CMYK 0 0.54 0.54 0.16
HSL 0.52º 0.58% 0.61% -
HSV(B) 0.52º 0.54% 0.84% -
XYZ 33.97 23.74 14.1 -
YUV 132.27 108.1 185.58 -
System Red Green Blue C M Y K H S L
Decimal 213 98 97 0 0.54 0.54 0.16 0.52 0.58 0.61
Hex D5 62 61 0 36 36 10 1 3A 3D
Octal 325 142 141 0 66 66 20 1 72 75
Binary 11010101 1100010 1100001 0 110110 110110 10000 1 111010 111101

Color Harmonies of #D56261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56261

Black with #D56261

Text Example


Text Example

White with #D56261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56261; }

 p { color: rgb(213,98,97); }

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

background-color css

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

 a { background-color: rgb(213,98,97); }

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

border-color css

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

 span { border-color: rgb(213,98,97); }

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