Html Css Color HEX #D64A2C Cinnabar

📋 copy color: '#D64A2C'

red 214 ◦ green 74 ◦ blue 44

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

Shades of Cinnabar #D64A2C

Tints of Cinnabar #D64A2C

RGB

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

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

 BLUE value IS 44 (17.58% from 255) = 13.25%

R = 64.46%
G = 22.29%
B = 13.25%

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

#D64A2C (or 0xD64A2C) is known color: Cinnabar. HEX triplet: D6, 4A and 2C. RGB value is (214,74,44). Sum of RGB (Red+Green+Blue) = 214+74+44=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 74 (29.30% from 255 or 22.29% from 332); Blue value is 44 (17.58% from 255 or 13.25% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D64A2C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D64A2C is #29B5D3. Grayscale: #707070. Windows color (decimal): -2733524 or 2902742. OLE color: 2902742.

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

Color convert

RGB 214 74 44 -
CMYK 0 0.65 0.79 0.16
HSL 10.59º 0.67% 0.51% -
HSV(B) 10.59º 0.79% 0.84% -
XYZ 30.63 19.38 4.51 -
YUV 112.44 89.38 200.44 -
System Red Green Blue C M Y K H S L
Decimal 214 74 44 0 0.65 0.79 0.16 10.59 0.67 0.51
Hex D6 4A 2C 0 41 4F 10 B 43 33
Octal 326 112 54 0 101 117 20 13 103 63
Binary 11010110 1001010 101100 0 1000001 1001111 10000 1011 1000011 110011

Color Harmonies of #D64A2C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D64A2C

Black with #D64A2C

Text Example


Text Example

White with #D64A2C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D64A2C; }

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

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

background-color css

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

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

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

border-color css

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

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

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