Html Css Color HEX #D63E37 Cinnabar

📋 copy color: '#D63E37'

red 214 ◦ green 62 ◦ blue 55

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

Shades of Cinnabar #D63E37

Tints of Cinnabar #D63E37

RGB

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

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

 BLUE value IS 55 (21.88% from 255) = 16.62%

R = 64.65%
G = 18.73%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D63E37 (or 0xD63E37) is known color: Cinnabar. HEX triplet: D6, 3E and 37. RGB value is (214,62,55). Sum of RGB (Red+Green+Blue) = 214+62+55=331 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.65% from 331); Green value is 62 (24.61% from 255 or 18.73% from 331); Blue value is 55 (21.88% from 255 or 16.62% from 331); Max value from RGB is 214 - color contains mainly: red. Hex color #D63E37 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D63E37 is #29C1C8. Grayscale: #6A6A6A. Windows color (decimal): -2736585 or 3620566. OLE color: 3620566.

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

Color convert

RGB 214 62 55 -
CMYK 0 0.71 0.74 0.16
HSL 2.64º 0.66% 0.53% -
HSV(B) 2.64º 0.74% 0.84% -
XYZ 30.14 18.02 5.5 -
YUV 106.65 98.86 204.57 -
System Red Green Blue C M Y K H S L
Decimal 214 62 55 0 0.71 0.74 0.16 2.64 0.66 0.53
Hex D6 3E 37 0 47 4A 10 3 42 35
Octal 326 76 67 0 107 112 20 3 102 65
Binary 11010110 111110 110111 0 1000111 1001010 10000 11 1000010 110101

Color Harmonies of #D63E37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D63E37

Black with #D63E37

Text Example


Text Example

White with #D63E37

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D63E37; }

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

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

background-color css

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

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

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

border-color css

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

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

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