Html Css Color HEX #D6443D Cinnabar

📋 copy color: '#D6443D'

red 214 ◦ green 68 ◦ blue 61

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

Shades of Cinnabar #D6443D

Tints of Cinnabar #D6443D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.78%

R = 62.39%
G = 19.83%
B = 17.78%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6443D (or 0xD6443D) is known color: Cinnabar. HEX triplet: D6, 44 and 3D. RGB value is (214,68,61). Sum of RGB (Red+Green+Blue) = 214+68+61=343 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.39% from 343); Green value is 68 (26.95% from 255 or 19.83% from 343); Blue value is 61 (24.22% from 255 or 17.78% from 343); Max value from RGB is 214 - color contains mainly: red. Hex color #D6443D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6443D is #29BBC2. Grayscale: #6F6F6F. Windows color (decimal): -2735043 or 4015318. OLE color: 4015318.

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

Color convert

RGB 214 68 61 -
CMYK 0 0.68 0.71 0.16
HSL 2.75º 0.65% 0.54% -
HSV(B) 2.75º 0.71% 0.84% -
XYZ 30.64 18.77 6.42 -
YUV 110.86 99.87 201.57 -
System Red Green Blue C M Y K H S L
Decimal 214 68 61 0 0.68 0.71 0.16 2.75 0.65 0.54
Hex D6 44 3D 0 44 47 10 3 41 36
Octal 326 104 75 0 104 107 20 3 101 66
Binary 11010110 1000100 111101 0 1000100 1000111 10000 11 1000001 110110

Color Harmonies of #D6443D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6443D

Black with #D6443D

Text Example


Text Example

White with #D6443D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6443D; }

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

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

background-color css

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

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

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

border-color css

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

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

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