Html Css Color HEX #D63C2E Cinnabar

📋 copy color: '#D63C2E'

red 214 ◦ green 60 ◦ blue 46

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

Shades of Cinnabar #D63C2E

Tints of Cinnabar #D63C2E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 14.38%

R = 66.88%
G = 18.75%
B = 14.38%

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

#D63C2E (or 0xD63C2E) is known color: Cinnabar. HEX triplet: D6, 3C and 2E. RGB value is (214,60,46). Sum of RGB (Red+Green+Blue) = 214+60+46=320 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.88% from 320); Green value is 60 (23.83% from 255 or 18.75% from 320); Blue value is 46 (18.36% from 255 or 14.38% from 320); Max value from RGB is 214 - color contains mainly: red. Hex color #D63C2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63C2E is #29C3D1. Grayscale: #686868. Windows color (decimal): -2737106 or 3030230. OLE color: 3030230.

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

Color convert

RGB 214 60 46 -
CMYK 0 0.72 0.79 0.16
HSL 0.67% 0.51% -
HSV(B) 0.79% 0.84% -
XYZ 29.84 17.73 4.43 -
YUV 104.45 95.02 206.14 -
System Red Green Blue C M Y K H S L
Decimal 214 60 46 0 0.72 0.79 0.16 5 0.67 0.51
Hex D6 3C 2E 0 48 4F 10 5 43 33
Octal 326 74 56 0 110 117 20 5 103 63
Binary 11010110 111100 101110 0 1001000 1001111 10000 101 1000011 110011

Color Harmonies of #D63C2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63C2E

Black with #D63C2E

Text Example


Text Example

White with #D63C2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63C2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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