Html Css Color HEX #D54740 Cinnabar

📋 copy color: '#D54740'

red 213 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #D54740

Tints of Cinnabar #D54740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 20.4%

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

R = 61.21%
G = 20.4%
B = 18.39%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54740 (or 0xD54740) is known color: Cinnabar. HEX triplet: D5, 47 and 40. RGB value is (213,71,64). Sum of RGB (Red+Green+Blue) = 213+71+64=348 (46% of max value = 765). Red value is 213 (83.59% from 255 or 61.21% from 348); Green value is 71 (28.12% from 255 or 20.40% from 348); Blue value is 64 (25.39% from 255 or 18.39% from 348); Max value from RGB is 213 - color contains mainly: red. Hex color #D54740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54740 is #2AB8BF. Grayscale: #707070. Windows color (decimal): -2799808 or 4212693. OLE color: 4212693.

HSL color Cylindrical-coordinate representation of color #D54740: hue angle of 2.82º 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 #D54740 is Cyan = 0, Magento = 0.67, Yellow = 0.70 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 71 64 -
CMYK 0 0.67 0.70 0.16
HSL 2.82º 0.64% 0.54% -
HSV(B) 2.82º 0.7% 0.84% -
XYZ 30.62 19.02 6.91 -
YUV 112.66 100.54 199.57 -
System Red Green Blue C M Y K H S L
Decimal 213 71 64 0 0.67 0.70 0.16 2.82 0.64 0.54
Hex D5 47 40 0 43 46 10 3 40 36
Octal 325 107 100 0 103 106 20 3 100 66
Binary 11010101 1000111 1000000 0 1000011 1000110 10000 11 1000000 110110

Color Harmonies of #D54740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54740

Black with #D54740

Text Example


Text Example

White with #D54740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54740; }

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

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

background-color css

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

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

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

border-color css

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

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

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