Html Css Color HEX #D63E31 Cinnabar

📋 copy color: '#D63E31'

red 214 ◦ green 62 ◦ blue 49

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

Shades of Cinnabar #D63E31

Tints of Cinnabar #D63E31

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 15.08%

R = 65.85%
G = 19.08%
B = 15.08%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.77

 K value IS 0.16

RGB Variations

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

Color information

#D63E31 (or 0xD63E31) is known color: Cinnabar. HEX triplet: D6, 3E and 31. RGB value is (214,62,49). Sum of RGB (Red+Green+Blue) = 214+62+49=325 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.85% from 325); Green value is 62 (24.61% from 255 or 19.08% from 325); Blue value is 49 (19.53% from 255 or 15.08% from 325); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E31 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E31 is #29C1CE. Grayscale: #6A6A6A. Windows color (decimal): -2736591 or 3227350. OLE color: 3227350.

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

Color convert

RGB 214 62 49 -
CMYK 0 0.71 0.77 0.16
HSL 4.73º 0.67% 0.52% -
HSV(B) 4.73º 0.77% 0.84% -
XYZ 30.01 17.96 4.79 -
YUV 105.97 95.86 205.06 -
System Red Green Blue C M Y K H S L
Decimal 214 62 49 0 0.71 0.77 0.16 4.73 0.67 0.52
Hex D6 3E 31 0 47 4D 10 5 43 34
Octal 326 76 61 0 107 115 20 5 103 64
Binary 11010110 111110 110001 0 1000111 1001101 10000 101 1000011 110100

Color Harmonies of #D63E31

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E31

Black with #D63E31

Text Example


Text Example

White with #D63E31

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E31; }

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

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

background-color css

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

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

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

border-color css

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

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

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