Html Css Color HEX #D54240 Cinnabar

📋 copy color: '#D54240'

red 213 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #D54240

Tints of Cinnabar #D54240

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.24%

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

R = 62.1%
G = 19.24%
B = 18.66%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D54240 (or 0xD54240) is known color: Cinnabar. HEX triplet: D5, 42 and 40. RGB value is (213,66,64). Sum of RGB (Red+Green+Blue) = 213+66+64=343 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.10% from 343); Green value is 66 (26.17% from 255 or 19.24% from 343); Blue value is 64 (25.39% from 255 or 18.66% from 343); Max value from RGB is 213 - color contains mainly: red. Hex color #D54240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D54240 is #2ABDBF. Grayscale: #6D6D6D. Windows color (decimal): -2801088 or 4211413. OLE color: 4211413.

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

Color convert

RGB 213 66 64 -
CMYK 0 0.69 0.70 0.16
HSL 0.81º 0.64% 0.54% -
HSV(B) 0.81º 0.7% 0.84% -
XYZ 30.31 18.41 6.81 -
YUV 109.73 102.2 201.66 -
System Red Green Blue C M Y K H S L
Decimal 213 66 64 0 0.69 0.70 0.16 0.81 0.64 0.54
Hex D5 42 40 0 45 46 10 1 40 36
Octal 325 102 100 0 105 106 20 1 100 66
Binary 11010101 1000010 1000000 0 1000101 1000110 10000 1 1000000 110110

Color Harmonies of #D54240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D54240

Black with #D54240

Text Example


Text Example

White with #D54240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D54240; }

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

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

background-color css

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

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

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

border-color css

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

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

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