Html Css Color HEX #D54440 Cinnabar

📋 copy color: '#D54440'

red 213 ◦ green 68 ◦ blue 64

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

Shades of Cinnabar #D54440

Tints of Cinnabar #D54440

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.71%

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

R = 61.74%
G = 19.71%
B = 18.55%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54440 (or 0xD54440) is known color: Cinnabar. HEX triplet: D5, 44 and 40. RGB value is (213,68,64). Sum of RGB (Red+Green+Blue) = 213+68+64=345 (45% of max value = 765). Red value is 213 (83.59% from 255 or 61.74% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 64 (25.39% from 255 or 18.55% from 345); Max value from RGB is 213 - color contains mainly: red. Hex color #D54440 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54440 is #2ABBBF. Grayscale: #6F6F6F. Windows color (decimal): -2800576 or 4211925. OLE color: 4211925.

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

Color convert

RGB 213 68 64 -
CMYK 0 0.68 0.70 0.16
HSL 1.61º 0.64% 0.54% -
HSV(B) 1.61º 0.7% 0.84% -
XYZ 30.43 18.65 6.85 -
YUV 110.9 101.54 200.83 -
System Red Green Blue C M Y K H S L
Decimal 213 68 64 0 0.68 0.70 0.16 1.61 0.64 0.54
Hex D5 44 40 0 44 46 10 2 40 36
Octal 325 104 100 0 104 106 20 2 100 66
Binary 11010101 1000100 1000000 0 1000100 1000110 10000 10 1000000 110110

Color Harmonies of #D54440

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54440

Black with #D54440

Text Example


Text Example

White with #D54440

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54440; }

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

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

background-color css

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

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

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

border-color css

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

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

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