Html Css Color HEX #D64040 Cinnabar

📋 copy color: '#D64040'

red 214 ◦ green 64 ◦ blue 64

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

Shades of Cinnabar #D64040

Tints of Cinnabar #D64040

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.71%

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

R = 62.57%
G = 18.71%
B = 18.71%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.16

RGB Variations

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

Color information

#D64040 (or 0xD64040) is known color: Cinnabar. HEX triplet: D6, 40 and 40. RGB value is (214,64,64). Sum of RGB (Red+Green+Blue) = 214+64+64=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 64 (25.39% from 255 or 18.71% from 342); Blue value is 64 (25.39% from 255 or 18.71% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D64040 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64040 is #29BFBF. Grayscale: #6D6D6D. Windows color (decimal): -2736064 or 4210902. OLE color: 4210902.

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

Color convert

RGB 214 64 64 -
CMYK 0 0.70 0.70 0.16
HSL 0.65% 0.55% -
HSV(B) 0.7% 0.84% -
XYZ 30.49 18.33 6.78 -
YUV 108.85 102.7 203 -
System Red Green Blue C M Y K H S L
Decimal 214 64 64 0 0.70 0.70 0.16 0 0.65 0.55
Hex D6 40 40 0 46 46 10 0 41 37
Octal 326 100 100 0 106 106 20 0 101 67
Binary 11010110 1000000 1000000 0 1000110 1000110 10000 0 1000001 110111

Color Harmonies of #D64040

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64040

Black with #D64040

Text Example


Text Example

White with #D64040

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64040; }

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

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

background-color css

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

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

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

border-color css

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

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

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