Html Css Color HEX #D56464 Roman

📋 copy color: '#D56464'

red 213 ◦ green 100 ◦ blue 100

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

Shades of Roman #D56464

Tints of Roman #D56464

RGB

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

 GREEN value IS 100 (39.45% from 255) = 24.21%

 BLUE value IS 100 (39.45% from 255) = 24.21%

R = 51.57%
G = 24.21%
B = 24.21%

CMYK

 C value IS 0

 M value IS 0.53

 Y value IS 0.53

 K value IS 0.16

RGB Variations

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

Color information

#D56464 (or 0xD56464) is known color: Roman. HEX triplet: D5, 64 and 64. RGB value is (213,100,100). Sum of RGB (Red+Green+Blue) = 213+100+100=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 100 (39.45% from 255 or 24.21% from 413); Blue value is 100 (39.45% from 255 or 24.21% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D56464 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D56464 is #2A9B9B. Grayscale: #858585. Windows color (decimal): -2792348 or 6579413. OLE color: 6579413.

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

Color convert

RGB 213 100 100 -
CMYK 0 0.53 0.53 0.16
HSL 0.57% 0.61% -
HSV(B) 0.53% 0.84% -
XYZ 34.3 24.18 14.92 -
YUV 133.79 108.94 184.5 -
System Red Green Blue C M Y K H S L
Decimal 213 100 100 0 0.53 0.53 0.16 0 0.57 0.61
Hex D5 64 64 0 35 35 10 0 39 3D
Octal 325 144 144 0 65 65 20 0 71 75
Binary 11010101 1100100 1100100 0 110101 110101 10000 0 111001 111101

Color Harmonies of #D56464

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D56464

Black with #D56464

Text Example


Text Example

White with #D56464

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D56464; }

 p { color: rgb(213,100,100); }

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

background-color css

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

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

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

border-color css

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

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

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