Html Css Color HEX #D6482C Cinnabar

📋 copy color: '#D6482C'

red 214 ◦ green 72 ◦ blue 44

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

Shades of Cinnabar #D6482C

Tints of Cinnabar #D6482C

RGB

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

 GREEN value IS 72 (28.52% from 255) = 21.82%

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

R = 64.85%
G = 21.82%
B = 13.33%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6482C (or 0xD6482C) is known color: Cinnabar. HEX triplet: D6, 48 and 2C. RGB value is (214,72,44). Sum of RGB (Red+Green+Blue) = 214+72+44=330 (43% of max value = 765). Red value is 214 (83.98% from 255 or 64.85% from 330); Green value is 72 (28.52% from 255 or 21.82% from 330); Blue value is 44 (17.58% from 255 or 13.33% from 330); Max value from RGB is 214 - color contains mainly: red. Hex color #D6482C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6482C is #29B7D3. Grayscale: #6F6F6F. Windows color (decimal): -2734036 or 2902230. OLE color: 2902230.

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

Color convert

RGB 214 72 44 -
CMYK 0 0.66 0.79 0.16
HSL 9.88º 0.67% 0.51% -
HSV(B) 9.88º 0.79% 0.84% -
XYZ 30.5 19.11 4.46 -
YUV 111.27 90.04 201.28 -
System Red Green Blue C M Y K H S L
Decimal 214 72 44 0 0.66 0.79 0.16 9.88 0.67 0.51
Hex D6 48 2C 0 42 4F 10 A 43 33
Octal 326 110 54 0 102 117 20 12 103 63
Binary 11010110 1001000 101100 0 1000010 1001111 10000 1010 1000011 110011

Color Harmonies of #D6482C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6482C

Black with #D6482C

Text Example


Text Example

White with #D6482C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6482C; }

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

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

background-color css

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

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

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

border-color css

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

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

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