Html Css Color HEX #D64240 Cinnabar

📋 copy color: '#D64240'

red 214 ◦ green 66 ◦ blue 64

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

Shades of Cinnabar #D64240

Tints of Cinnabar #D64240

RGB

 RED value IS 214 (83.98% from 255) = 62.21%

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

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

R = 62.21%
G = 19.19%
B = 18.6%

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

#D64240 (or 0xD64240) is known color: Cinnabar. HEX triplet: D6, 42 and 40. RGB value is (214,66,64). Sum of RGB (Red+Green+Blue) = 214+66+64=344 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.21% from 344); Green value is 66 (26.17% from 255 or 19.19% from 344); Blue value is 64 (25.39% from 255 or 18.60% from 344); Max value from RGB is 214 - color contains mainly: red. Hex color #D64240 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64240 is #29BDBF. Grayscale: #6E6E6E. Windows color (decimal): -2735552 or 4211414. OLE color: 4211414.

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

Color convert

RGB 214 66 64 -
CMYK 0 0.69 0.70 0.16
HSL 0.8º 0.65% 0.55% -
HSV(B) 0.8º 0.7% 0.84% -
XYZ 30.61 18.56 6.82 -
YUV 110.02 102.03 202.16 -
System Red Green Blue C M Y K H S L
Decimal 214 66 64 0 0.69 0.70 0.16 0.8 0.65 0.55
Hex D6 42 40 0 45 46 10 1 41 37
Octal 326 102 100 0 105 106 20 1 101 67
Binary 11010110 1000010 1000000 0 1000101 1000110 10000 1 1000001 110111

Color Harmonies of #D64240

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64240

Black with #D64240

Text Example


Text Example

White with #D64240

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64240; }

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

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

background-color css

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

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

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

border-color css

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

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

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