Html Css Color HEX #D6443B Cinnabar

📋 copy color: '#D6443B'

red 214 ◦ green 68 ◦ blue 59

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

Shades of Cinnabar #D6443B

Tints of Cinnabar #D6443B

RGB

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

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

 BLUE value IS 59 (23.44% from 255) = 17.3%

R = 62.76%
G = 19.94%
B = 17.3%

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

#D6443B (or 0xD6443B) is known color: Cinnabar. HEX triplet: D6, 44 and 3B. RGB value is (214,68,59). Sum of RGB (Red+Green+Blue) = 214+68+59=341 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.76% from 341); Green value is 68 (26.95% from 255 or 19.94% from 341); Blue value is 59 (23.44% from 255 or 17.30% from 341); Max value from RGB is 214 - color contains mainly: red. Hex color #D6443B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6443B is #29BBC4. Grayscale: #6E6E6E. Windows color (decimal): -2735045 or 3884246. OLE color: 3884246.

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

Color convert

RGB 214 68 59 -
CMYK 0 0.68 0.72 0.16
HSL 3.48º 0.65% 0.54% -
HSV(B) 3.48º 0.72% 0.84% -
XYZ 30.59 18.75 6.14 -
YUV 110.63 98.87 201.73 -
System Red Green Blue C M Y K H S L
Decimal 214 68 59 0 0.68 0.72 0.16 3.48 0.65 0.54
Hex D6 44 3B 0 44 48 10 3 41 36
Octal 326 104 73 0 104 110 20 3 101 66
Binary 11010110 1000100 111011 0 1000100 1001000 10000 11 1000001 110110

Color Harmonies of #D6443B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6443B

Black with #D6443B

Text Example


Text Example

White with #D6443B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6443B; }

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

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

background-color css

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

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

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

border-color css

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

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

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