Html Css Color HEX #D6403D Cinnabar

📋 copy color: '#D6403D'

red 214 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #D6403D

Tints of Cinnabar #D6403D

RGB

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

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

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

R = 63.13%
G = 18.88%
B = 17.99%

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

#D6403D (or 0xD6403D) is known color: Cinnabar. HEX triplet: D6, 40 and 3D. RGB value is (214,64,61). Sum of RGB (Red+Green+Blue) = 214+64+61=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 64 (25.39% from 255 or 18.88% from 339); Blue value is 61 (24.22% from 255 or 17.99% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6403D is #29BFC2. Grayscale: #6C6C6C. Windows color (decimal): -2736067 or 4014294. OLE color: 4014294.

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

Color convert

RGB 214 64 61 -
CMYK 0 0.70 0.71 0.16
HSL 1.18º 0.65% 0.54% -
HSV(B) 1.18º 0.71% 0.84% -
XYZ 30.41 18.3 6.34 -
YUV 108.51 101.2 203.24 -
System Red Green Blue C M Y K H S L
Decimal 214 64 61 0 0.70 0.71 0.16 1.18 0.65 0.54
Hex D6 40 3D 0 46 47 10 1 41 36
Octal 326 100 75 0 106 107 20 1 101 66
Binary 11010110 1000000 111101 0 1000110 1000111 10000 1 1000001 110110

Color Harmonies of #D6403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6403D

Black with #D6403D

Text Example


Text Example

White with #D6403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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