Html Css Color HEX #D6472C Cinnabar

📋 copy color: '#D6472C'

red 214 ◦ green 71 ◦ blue 44

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

Shades of Cinnabar #D6472C

Tints of Cinnabar #D6472C

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.58%

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

R = 65.05%
G = 21.58%
B = 13.37%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6472C (or 0xD6472C) is known color: Cinnabar. HEX triplet: D6, 47 and 2C. RGB value is (214,71,44). Sum of RGB (Red+Green+Blue) = 214+71+44=329 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.05% from 329); Green value is 71 (28.12% from 255 or 21.58% from 329); Blue value is 44 (17.58% from 255 or 13.37% from 329); Max value from RGB is 214 - color contains mainly: red. Hex color #D6472C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6472C is #29B8D3. Grayscale: #6E6E6E. Windows color (decimal): -2734292 or 2901974. OLE color: 2901974.

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

Color convert

RGB 214 71 44 -
CMYK 0 0.67 0.79 0.16
HSL 9.53º 0.67% 0.51% -
HSV(B) 9.53º 0.79% 0.84% -
XYZ 30.44 18.98 4.44 -
YUV 110.68 90.38 201.7 -
System Red Green Blue C M Y K H S L
Decimal 214 71 44 0 0.67 0.79 0.16 9.53 0.67 0.51
Hex D6 47 2C 0 43 4F 10 A 43 33
Octal 326 107 54 0 103 117 20 12 103 63
Binary 11010110 1000111 101100 0 1000011 1001111 10000 1010 1000011 110011

Color Harmonies of #D6472C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6472C

Black with #D6472C

Text Example


Text Example

White with #D6472C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6472C; }

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

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

background-color css

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

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

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

border-color css

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

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

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