Html Css Color HEX #D6413D Cinnabar

📋 copy color: '#D6413D'

red 214 ◦ green 65 ◦ blue 61

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

Shades of Cinnabar #D6413D

Tints of Cinnabar #D6413D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.12%

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

R = 62.94%
G = 19.12%
B = 17.94%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.71

 K value IS 0.16

RGB Variations

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

Color information

#D6413D (or 0xD6413D) is known color: Cinnabar. HEX triplet: D6, 41 and 3D. RGB value is (214,65,61). Sum of RGB (Red+Green+Blue) = 214+65+61=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 65 (25.78% from 255 or 19.12% from 340); Blue value is 61 (24.22% from 255 or 17.94% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6413D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6413D is #29BEC2. Grayscale: #6D6D6D. Windows color (decimal): -2735811 or 4014550. OLE color: 4014550.

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

Color convert

RGB 214 65 61 -
CMYK 0 0.70 0.71 0.16
HSL 1.57º 0.65% 0.54% -
HSV(B) 1.57º 0.71% 0.84% -
XYZ 30.46 18.41 6.36 -
YUV 109.1 100.86 202.83 -
System Red Green Blue C M Y K H S L
Decimal 214 65 61 0 0.70 0.71 0.16 1.57 0.65 0.54
Hex D6 41 3D 0 46 47 10 2 41 36
Octal 326 101 75 0 106 107 20 2 101 66
Binary 11010110 1000001 111101 0 1000110 1000111 10000 10 1000001 110110

Color Harmonies of #D6413D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6413D

Black with #D6413D

Text Example


Text Example

White with #D6413D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6413D; }

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

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

background-color css

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

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

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

border-color css

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

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

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