Html Css Color HEX #D6412D Cinnabar

📋 copy color: '#D6412D'

red 214 ◦ green 65 ◦ blue 45

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

Shades of Cinnabar #D6412D

Tints of Cinnabar #D6412D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.89%

R = 66.05%
G = 20.06%
B = 13.89%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6412D (or 0xD6412D) is known color: Cinnabar. HEX triplet: D6, 41 and 2D. RGB value is (214,65,45). Sum of RGB (Red+Green+Blue) = 214+65+45=324 (42% of max value = 765). Red value is 214 (83.98% from 255 or 66.05% from 324); Green value is 65 (25.78% from 255 or 20.06% from 324); Blue value is 45 (17.97% from 255 or 13.89% from 324); Max value from RGB is 214 - color contains mainly: red. Hex color #D6412D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6412D is #29BED2. Grayscale: #6B6B6B. Windows color (decimal): -2735827 or 2965974. OLE color: 2965974.

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

Color convert

RGB 214 65 45 -
CMYK 0 0.70 0.79 0.16
HSL 7.1º 0.67% 0.51% -
HSV(B) 7.1º 0.79% 0.84% -
XYZ 30.1 18.27 4.42 -
YUV 107.27 92.86 204.13 -
System Red Green Blue C M Y K H S L
Decimal 214 65 45 0 0.70 0.79 0.16 7.1 0.67 0.51
Hex D6 41 2D 0 46 4F 10 7 43 33
Octal 326 101 55 0 106 117 20 7 103 63
Binary 11010110 1000001 101101 0 1000110 1001111 10000 111 1000011 110011

Color Harmonies of #D6412D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6412D

Black with #D6412D

Text Example


Text Example

White with #D6412D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6412D; }

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

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

background-color css

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

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

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

border-color css

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

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

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