Html Css Color HEX #D63C2C Cinnabar

📋 copy color: '#D63C2C'

red 214 ◦ green 60 ◦ blue 44

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

Shades of Cinnabar #D63C2C

Tints of Cinnabar #D63C2C

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.87%

 BLUE value IS 44 (17.58% from 255) = 13.84%

R = 67.3%
G = 18.87%
B = 13.84%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D63C2C (or 0xD63C2C) is known color: Cinnabar. HEX triplet: D6, 3C and 2C. RGB value is (214,60,44). Sum of RGB (Red+Green+Blue) = 214+60+44=318 (42% of max value = 765). Red value is 214 (83.98% from 255 or 67.30% from 318); Green value is 60 (23.83% from 255 or 18.87% from 318); Blue value is 44 (17.58% from 255 or 13.84% from 318); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C2C is #29C3D3. Grayscale: #686868. Windows color (decimal): -2737108 or 2899158. OLE color: 2899158.

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

Color convert

RGB 214 60 44 -
CMYK 0 0.72 0.79 0.16
HSL 5.65º 0.67% 0.51% -
HSV(B) 5.65º 0.79% 0.84% -
XYZ 29.8 17.71 4.23 -
YUV 104.22 94.02 206.3 -
System Red Green Blue C M Y K H S L
Decimal 214 60 44 0 0.72 0.79 0.16 5.65 0.67 0.51
Hex D6 3C 2C 0 48 4F 10 6 43 33
Octal 326 74 54 0 110 117 20 6 103 63
Binary 11010110 111100 101100 0 1001000 1001111 10000 110 1000011 110011

Color Harmonies of #D63C2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C2C

Black with #D63C2C

Text Example


Text Example

White with #D63C2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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