Html Css Color HEX #D6443C Cinnabar

📋 copy color: '#D6443C'

red 214 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #D6443C

Tints of Cinnabar #D6443C

RGB

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

 GREEN value IS 68 (26.95% from 255) = 19.88%

 BLUE value IS 60 (23.83% from 255) = 17.54%

R = 62.57%
G = 19.88%
B = 17.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6443C (or 0xD6443C) is known color: Cinnabar. HEX triplet: D6, 44 and 3C. RGB value is (214,68,60). Sum of RGB (Red+Green+Blue) = 214+68+60=342 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.57% from 342); Green value is 68 (26.95% from 255 or 19.88% from 342); Blue value is 60 (23.83% from 255 or 17.54% from 342); Max value from RGB is 214 - color contains mainly: red. Hex color #D6443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6443C is #29BBC3. Grayscale: #6E6E6E. Windows color (decimal): -2735044 or 3949782. OLE color: 3949782.

HSL color Cylindrical-coordinate representation of color #D6443C: hue angle of 3.12º degrees, saturation: 0.65, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #D6443C is Cyan = 0, Magento = 0.68, Yellow = 0.72 and Black (K on CMYK) = 0.16.

Color convert

RGB 214 68 60 -
CMYK 0 0.68 0.72 0.16
HSL 3.12º 0.65% 0.54% -
HSV(B) 3.12º 0.72% 0.84% -
XYZ 30.61 18.76 6.28 -
YUV 110.74 99.37 201.65 -
System Red Green Blue C M Y K H S L
Decimal 214 68 60 0 0.68 0.72 0.16 3.12 0.65 0.54
Hex D6 44 3C 0 44 48 10 3 41 36
Octal 326 104 74 0 104 110 20 3 101 66
Binary 11010110 1000100 111100 0 1000100 1001000 10000 11 1000001 110110

Color Harmonies of #D6443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6443C

Black with #D6443C

Text Example


Text Example

White with #D6443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6443C; }

 p { color: rgb(214,68,60); }

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

background-color css

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

 a { background-color: rgb(214,68,60); }

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

border-color css

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

 span { border-color: rgb(214,68,60); }

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