Html Css Color HEX #D64D3C Cinnabar

📋 copy color: '#D64D3C'

red 214 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #D64D3C

Tints of Cinnabar #D64D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.94%

 BLUE value IS 60 (23.83% from 255) = 17.09%

R = 60.97%
G = 21.94%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D64D3C (or 0xD64D3C) is known color: Cinnabar. HEX triplet: D6, 4D and 3C. RGB value is (214,77,60). Sum of RGB (Red+Green+Blue) = 214+77+60=351 (46% of max value = 765). Red value is 214 (83.98% from 255 or 60.97% from 351); Green value is 77 (30.47% from 255 or 21.94% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 214 - color contains mainly: red. Hex color #D64D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #D64D3C is #29B2C3. Grayscale: #747474. Windows color (decimal): -2732740 or 3952086. OLE color: 3952086.

HSL color Cylindrical-coordinate representation of color #D64D3C: hue angle of 6.62º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D64D3C is Cyan = 0, Magento = 0.64, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 77 60 -
CMYK 0 0.64 0.72 0.16
HSL 6.62º 0.65% 0.54% -
HSV(B) 6.62º 0.72% 0.84% -
XYZ 31.2 19.93 6.48 -
YUV 116.03 96.39 197.88 -
System Red Green Blue C M Y K H S L
Decimal 214 77 60 0 0.64 0.72 0.16 6.62 0.65 0.54
Hex D6 4D 3C 0 40 48 10 7 41 36
Octal 326 115 74 0 100 110 20 7 101 66
Binary 11010110 1001101 111100 0 1000000 1001000 10000 111 1000001 110110

Color Harmonies of #D64D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64D3C

Black with #D64D3C

Text Example


Text Example

White with #D64D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64D3C; }

 p { color: rgb(214,77,60); }

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

background-color css

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

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

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

border-color css

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

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

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