Html Css Color HEX #D6403E Cinnabar

📋 copy color: '#D6403E'

red 214 ◦ green 64 ◦ blue 62

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

Shades of Cinnabar #D6403E

Tints of Cinnabar #D6403E

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.82%

 BLUE value IS 62 (24.61% from 255) = 18.24%

R = 62.94%
G = 18.82%
B = 18.24%

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

#D6403E (or 0xD6403E) is known color: Cinnabar. HEX triplet: D6, 40 and 3E. RGB value is (214,64,62). Sum of RGB (Red+Green+Blue) = 214+64+62=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 64 (25.39% from 255 or 18.82% from 340); Blue value is 62 (24.61% from 255 or 18.24% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6403E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6403E is #29BFC1. Grayscale: #6C6C6C. Windows color (decimal): -2736066 or 4079830. OLE color: 4079830.

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

Color convert

RGB 214 64 62 -
CMYK 0 0.70 0.71 0.16
HSL 0.79º 0.65% 0.54% -
HSV(B) 0.79º 0.71% 0.84% -
XYZ 30.43 18.31 6.49 -
YUV 108.62 101.7 203.16 -
System Red Green Blue C M Y K H S L
Decimal 214 64 62 0 0.70 0.71 0.16 0.79 0.65 0.54
Hex D6 40 3E 0 46 47 10 1 41 36
Octal 326 100 76 0 106 107 20 1 101 66
Binary 11010110 1000000 111110 0 1000110 1000111 10000 1 1000001 110110

Color Harmonies of #D6403E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6403E

Black with #D6403E

Text Example


Text Example

White with #D6403E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6403E; }

 p { color: rgb(214,64,62); }

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

background-color css

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

 a { background-color: rgb(214,64,62); }

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

border-color css

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

 span { border-color: rgb(214,64,62); }

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