Html Css Color HEX #D6403C Cinnabar

📋 copy color: '#D6403C'

red 214 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #D6403C

Tints of Cinnabar #D6403C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 17.75%

R = 63.31%
G = 18.93%
B = 17.75%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6403C (or 0xD6403C) is known color: Cinnabar. HEX triplet: D6, 40 and 3C. RGB value is (214,64,60). Sum of RGB (Red+Green+Blue) = 214+64+60=338 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.31% from 338); Green value is 64 (25.39% from 255 or 18.93% from 338); Blue value is 60 (23.83% from 255 or 17.75% from 338); Max value from RGB is 214 - color contains mainly: red. Hex color #D6403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6403C is #29BFC3. Grayscale: #6C6C6C. Windows color (decimal): -2736068 or 3948758. OLE color: 3948758.

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

Color convert

RGB 214 64 60 -
CMYK 0 0.70 0.72 0.16
HSL 1.56º 0.65% 0.54% -
HSV(B) 1.56º 0.72% 0.84% -
XYZ 30.38 18.29 6.2 -
YUV 108.39 100.7 203.33 -
System Red Green Blue C M Y K H S L
Decimal 214 64 60 0 0.70 0.72 0.16 1.56 0.65 0.54
Hex D6 40 3C 0 46 48 10 2 41 36
Octal 326 100 74 0 106 110 20 2 101 66
Binary 11010110 1000000 111100 0 1000110 1001000 10000 10 1000001 110110

Color Harmonies of #D6403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6403C

Black with #D6403C

Text Example


Text Example

White with #D6403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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