Html Css Color HEX #D6443A Cinnabar

📋 copy color: '#D6443A'

red 214 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #D6443A

Tints of Cinnabar #D6443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 17.06%

R = 62.94%
G = 20%
B = 17.06%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.73

 K value IS 0.16

RGB Variations

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

Color information

#D6443A (or 0xD6443A) is known color: Cinnabar. HEX triplet: D6, 44 and 3A. RGB value is (214,68,58). Sum of RGB (Red+Green+Blue) = 214+68+58=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 68 (26.95% from 255 or 20% from 340); Blue value is 58 (23.05% from 255 or 17.06% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6443A is #29BBC5. Grayscale: #6E6E6E. Windows color (decimal): -2735046 or 3818710. OLE color: 3818710.

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

Color convert

RGB 214 68 58 -
CMYK 0 0.68 0.73 0.16
HSL 3.85º 0.66% 0.53% -
HSV(B) 3.85º 0.73% 0.84% -
XYZ 30.56 18.74 6.01 -
YUV 110.51 98.37 201.81 -
System Red Green Blue C M Y K H S L
Decimal 214 68 58 0 0.68 0.73 0.16 3.85 0.66 0.53
Hex D6 44 3A 0 44 49 10 4 42 35
Octal 326 104 72 0 104 111 20 4 102 65
Binary 11010110 1000100 111010 0 1000100 1001001 10000 100 1000010 110101

Color Harmonies of #D6443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6443A

Black with #D6443A

Text Example


Text Example

White with #D6443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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