Html Css Color HEX #D64C3C Cinnabar

📋 copy color: '#D64C3C'

red 214 ◦ green 76 ◦ blue 60

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

Shades of Cinnabar #D64C3C

Tints of Cinnabar #D64C3C

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.71%

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

R = 61.14%
G = 21.71%
B = 17.14%

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

#D64C3C (or 0xD64C3C) is known color: Cinnabar. HEX triplet: D6, 4C and 3C. RGB value is (214,76,60). Sum of RGB (Red+Green+Blue) = 214+76+60=350 (46% of max value = 765). Red value is 214 (83.98% from 255 or 61.14% from 350); Green value is 76 (30.08% from 255 or 21.71% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 214 - color contains mainly: red. Hex color #D64C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64C3C is #29B3C3. Grayscale: #737373. Windows color (decimal): -2732996 or 3951830. OLE color: 3951830.

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

Color convert

RGB 214 76 60 -
CMYK 0 0.64 0.72 0.16
HSL 6.23º 0.65% 0.54% -
HSV(B) 6.23º 0.72% 0.84% -
XYZ 31.13 19.79 6.45 -
YUV 115.44 96.72 198.3 -
System Red Green Blue C M Y K H S L
Decimal 214 76 60 0 0.64 0.72 0.16 6.23 0.65 0.54
Hex D6 4C 3C 0 40 48 10 6 41 36
Octal 326 114 74 0 100 110 20 6 101 66
Binary 11010110 1001100 111100 0 1000000 1001000 10000 110 1000001 110110

Color Harmonies of #D64C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64C3C

Black with #D64C3C

Text Example


Text Example

White with #D64C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64C3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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