Html Css Color HEX #D6413C Cinnabar

📋 copy color: '#D6413C'

red 214 ◦ green 65 ◦ blue 60

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

Shades of Cinnabar #D6413C

Tints of Cinnabar #D6413C

RGB

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

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

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

R = 63.13%
G = 19.17%
B = 17.7%

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

#D6413C (or 0xD6413C) is known color: Cinnabar. HEX triplet: D6, 41 and 3C. RGB value is (214,65,60). Sum of RGB (Red+Green+Blue) = 214+65+60=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 65 (25.78% from 255 or 19.17% from 339); Blue value is 60 (23.83% from 255 or 17.70% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6413C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6413C is #29BEC3. Grayscale: #6D6D6D. Windows color (decimal): -2735812 or 3949014. OLE color: 3949014.

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

Color convert

RGB 214 65 60 -
CMYK 0 0.70 0.72 0.16
HSL 1.95º 0.65% 0.54% -
HSV(B) 1.95º 0.72% 0.84% -
XYZ 30.44 18.4 6.22 -
YUV 108.98 100.36 202.91 -
System Red Green Blue C M Y K H S L
Decimal 214 65 60 0 0.70 0.72 0.16 1.95 0.65 0.54
Hex D6 41 3C 0 46 48 10 2 41 36
Octal 326 101 74 0 106 110 20 2 101 66
Binary 11010110 1000001 111100 0 1000110 1001000 10000 10 1000001 110110

Color Harmonies of #D6413C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6413C

Black with #D6413C

Text Example


Text Example

White with #D6413C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6413C; }

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

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

background-color css

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

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

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

border-color css

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

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

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