Html Css Color HEX #D63E2D Cinnabar

📋 copy color: '#D63E2D'

red 214 ◦ green 62 ◦ blue 45

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

Shades of Cinnabar #D63E2D

Tints of Cinnabar #D63E2D

RGB

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

 GREEN value IS 62 (24.61% from 255) = 19.31%

 BLUE value IS 45 (17.97% from 255) = 14.02%

R = 66.67%
G = 19.31%
B = 14.02%

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

#D63E2D (or 0xD63E2D) is known color: Cinnabar. HEX triplet: D6, 3E and 2D. RGB value is (214,62,45). Sum of RGB (Red+Green+Blue) = 214+62+45=321 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.67% from 321); Green value is 62 (24.61% from 255 or 19.31% from 321); Blue value is 45 (17.97% from 255 or 14.02% from 321); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E2D is #29C1D2. Grayscale: #696969. Windows color (decimal): -2736595 or 2965206. OLE color: 2965206.

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

Color convert

RGB 214 62 45 -
CMYK 0 0.71 0.79 0.16
HSL 6.04º 0.67% 0.51% -
HSV(B) 6.04º 0.79% 0.84% -
XYZ 29.93 17.93 4.37 -
YUV 105.51 93.86 205.38 -
System Red Green Blue C M Y K H S L
Decimal 214 62 45 0 0.71 0.79 0.16 6.04 0.67 0.51
Hex D6 3E 2D 0 47 4F 10 6 43 33
Octal 326 76 55 0 107 117 20 6 103 63
Binary 11010110 111110 101101 0 1000111 1001111 10000 110 1000011 110011

Color Harmonies of #D63E2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E2D

Black with #D63E2D

Text Example


Text Example

White with #D63E2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E2D; }

 p { color: rgb(214,62,45); }

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

background-color css

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

 a { background-color: rgb(214,62,45); }

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

border-color css

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

 span { border-color: rgb(214,62,45); }

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