Html Css Color HEX #D64A2E Cinnabar

📋 copy color: '#D64A2E'

red 214 ◦ green 74 ◦ blue 46

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

Shades of Cinnabar #D64A2E

Tints of Cinnabar #D64A2E

RGB

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

 GREEN value IS 74 (29.3% from 255) = 22.16%

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

R = 64.07%
G = 22.16%
B = 13.77%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D64A2E (or 0xD64A2E) is known color: Cinnabar. HEX triplet: D6, 4A and 2E. RGB value is (214,74,46). Sum of RGB (Red+Green+Blue) = 214+74+46=334 (44% of max value = 765). Red value is 214 (83.98% from 255 or 64.07% from 334); Green value is 74 (29.30% from 255 or 22.16% from 334); Blue value is 46 (18.36% from 255 or 13.77% from 334); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A2E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A2E is #29B5D1. Grayscale: #707070. Windows color (decimal): -2733522 or 3033814. OLE color: 3033814.

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

Color convert

RGB 214 74 46 -
CMYK 0 0.65 0.79 0.16
HSL 10º 0.67% 0.51% -
HSV(B) 10º 0.79% 0.84% -
XYZ 30.67 19.39 4.71 -
YUV 112.67 90.38 200.28 -
System Red Green Blue C M Y K H S L
Decimal 214 74 46 0 0.65 0.79 0.16 10 0.67 0.51
Hex D6 4A 2E 0 41 4F 10 A 43 33
Octal 326 112 56 0 101 117 20 12 103 63
Binary 11010110 1001010 101110 0 1000001 1001111 10000 1010 1000011 110011

Color Harmonies of #D64A2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A2E

Black with #D64A2E

Text Example


Text Example

White with #D64A2E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A2E; }

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

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

background-color css

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

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

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

border-color css

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

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

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