Html Css Color HEX #D54840 Cinnabar

📋 copy color: '#D54840'

red 213 ◦ green 72 ◦ blue 64

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

Shades of Cinnabar #D54840

Tints of Cinnabar #D54840

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

 BLUE value IS 64 (25.39% from 255) = 18.34%

R = 61.03%
G = 20.63%
B = 18.34%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54840 (or 0xD54840) is known color: Cinnabar. HEX triplet: D5, 48 and 40. RGB value is (213,72,64). Sum of RGB (Red+Green+Blue) = 213+72+64=349 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.03% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 64 (25.39% from 255 or 18.34% from 349); Max value from RGB is 213 - color contains mainly: red. Hex color #D54840 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54840 is #2AB7BF. Grayscale: #717171. Windows color (decimal): -2799552 or 4212949. OLE color: 4212949.

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

Color convert

RGB 213 72 64 -
CMYK 0 0.66 0.70 0.16
HSL 3.22º 0.64% 0.54% -
HSV(B) 3.22º 0.7% 0.84% -
XYZ 30.68 19.15 6.93 -
YUV 113.25 100.21 199.15 -
System Red Green Blue C M Y K H S L
Decimal 213 72 64 0 0.66 0.70 0.16 3.22 0.64 0.54
Hex D5 48 40 0 42 46 10 3 40 36
Octal 325 110 100 0 102 106 20 3 100 66
Binary 11010101 1001000 1000000 0 1000010 1000110 10000 11 1000000 110110

Color Harmonies of #D54840

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54840

Black with #D54840

Text Example


Text Example

White with #D54840

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54840; }

 p { color: rgb(213,72,64); }

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

background-color css

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

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

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

border-color css

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

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

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