Html Css Color HEX #D64637 Cinnabar

📋 copy color: '#D64637'

red 214 ◦ green 70 ◦ blue 55

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

Shades of Cinnabar #D64637

Tints of Cinnabar #D64637

RGB

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

 GREEN value IS 70 (27.73% from 255) = 20.65%

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

R = 63.13%
G = 20.65%
B = 16.22%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.74

 K value IS 0.16

RGB Variations

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

Color information

#D64637 (or 0xD64637) is known color: Cinnabar. HEX triplet: D6, 46 and 37. RGB value is (214,70,55). Sum of RGB (Red+Green+Blue) = 214+70+55=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 70 (27.73% from 255 or 20.65% from 339); Blue value is 55 (21.88% from 255 or 16.22% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D64637 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64637 is #29B9C8. Grayscale: #6F6F6F. Windows color (decimal): -2734537 or 3622614. OLE color: 3622614.

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

Color convert

RGB 214 70 55 -
CMYK 0 0.67 0.74 0.16
HSL 5.66º 0.66% 0.53% -
HSV(B) 5.66º 0.74% 0.84% -
XYZ 30.61 18.95 5.66 -
YUV 111.35 96.21 201.22 -
System Red Green Blue C M Y K H S L
Decimal 214 70 55 0 0.67 0.74 0.16 5.66 0.66 0.53
Hex D6 46 37 0 43 4A 10 6 42 35
Octal 326 106 67 0 103 112 20 6 102 65
Binary 11010110 1000110 110111 0 1000011 1001010 10000 110 1000010 110101

Color Harmonies of #D64637

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64637

Black with #D64637

Text Example


Text Example

White with #D64637

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64637; }

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

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

background-color css

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

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

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

border-color css

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

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

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