Html Css Color HEX #D6472F Cinnabar

📋 copy color: '#D6472F'

red 214 ◦ green 71 ◦ blue 47

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

Shades of Cinnabar #D6472F

Tints of Cinnabar #D6472F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.16%

R = 64.46%
G = 21.39%
B = 14.16%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6472F (or 0xD6472F) is known color: Cinnabar. HEX triplet: D6, 47 and 2F. RGB value is (214,71,47). Sum of RGB (Red+Green+Blue) = 214+71+47=332 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.46% from 332); Green value is 71 (28.12% from 255 or 21.39% from 332); Blue value is 47 (18.75% from 255 or 14.16% from 332); Max value from RGB is 214 - color contains mainly: red. Hex color #D6472F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6472F is #29B8D0. Grayscale: #6F6F6F. Windows color (decimal): -2734289 or 3098582. OLE color: 3098582.

HSL color Cylindrical-coordinate representation of color #D6472F: hue angle of 8.62º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D6472F is Cyan = 0, Magento = 0.67, Yellow = 0.78 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 71 47 -
CMYK 0 0.67 0.78 0.16
HSL 8.62º 0.67% 0.51% -
HSV(B) 8.62º 0.78% 0.84% -
XYZ 30.5 19.01 4.75 -
YUV 111.02 91.88 201.45 -
System Red Green Blue C M Y K H S L
Decimal 214 71 47 0 0.67 0.78 0.16 8.62 0.67 0.51
Hex D6 47 2F 0 43 4E 10 9 43 33
Octal 326 107 57 0 103 116 20 11 103 63
Binary 11010110 1000111 101111 0 1000011 1001110 10000 1001 1000011 110011

Color Harmonies of #D6472F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6472F

Black with #D6472F

Text Example


Text Example

White with #D6472F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6472F; }

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

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

background-color css

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

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

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

border-color css

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

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

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