Html Css Color HEX #D63F2C Cinnabar

📋 copy color: '#D63F2C'

red 214 ◦ green 63 ◦ blue 44

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

Shades of Cinnabar #D63F2C

Tints of Cinnabar #D63F2C

RGB

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

 GREEN value IS 63 (25% from 255) = 19.63%

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

R = 66.67%
G = 19.63%
B = 13.71%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D63F2C (or 0xD63F2C) is known color: Cinnabar. HEX triplet: D6, 3F and 2C. RGB value is (214,63,44). Sum of RGB (Red+Green+Blue) = 214+63+44=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 63 (25% from 255 or 19.63% from 321); Blue value is 44 (17.58% from 255 or 13.71% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D63F2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63F2C is #29C0D3. Grayscale: #6A6A6A. Windows color (decimal): -2736340 or 2899926. OLE color: 2899926.

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

Color convert

RGB 214 63 44 -
CMYK 0 0.71 0.79 0.16
HSL 6.71º 0.67% 0.51% -
HSV(B) 6.71º 0.79% 0.84% -
XYZ 29.96 18.03 4.28 -
YUV 105.98 93.03 205.04 -
System Red Green Blue C M Y K H S L
Decimal 214 63 44 0 0.71 0.79 0.16 6.71 0.67 0.51
Hex D6 3F 2C 0 47 4F 10 7 43 33
Octal 326 77 54 0 107 117 20 7 103 63
Binary 11010110 111111 101100 0 1000111 1001111 10000 111 1000011 110011

Color Harmonies of #D63F2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63F2C

Black with #D63F2C

Text Example


Text Example

White with #D63F2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63F2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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