Html Css Color HEX #D6412F Cinnabar

📋 copy color: '#D6412F'

red 214 ◦ green 65 ◦ blue 47

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

Shades of Cinnabar #D6412F

Tints of Cinnabar #D6412F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.42%

R = 65.64%
G = 19.94%
B = 14.42%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.78

 K value IS 0.16

RGB Variations

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

Color information

#D6412F (or 0xD6412F) is known color: Cinnabar. HEX triplet: D6, 41 and 2F. RGB value is (214,65,47). Sum of RGB (Red+Green+Blue) = 214+65+47=326 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.64% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 47 (18.75% from 255 or 14.42% from 326); Max value from RGB is 214 - color contains mainly: red. Hex color #D6412F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6412F is #29BED0. Grayscale: #6B6B6B. Windows color (decimal): -2735825 or 3097046. OLE color: 3097046.

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

Color convert

RGB 214 65 47 -
CMYK 0 0.70 0.78 0.16
HSL 6.47º 0.67% 0.51% -
HSV(B) 6.47º 0.78% 0.84% -
XYZ 30.13 18.28 4.63 -
YUV 107.5 93.86 203.96 -
System Red Green Blue C M Y K H S L
Decimal 214 65 47 0 0.70 0.78 0.16 6.47 0.67 0.51
Hex D6 41 2F 0 46 4E 10 6 43 33
Octal 326 101 57 0 106 116 20 6 103 63
Binary 11010110 1000001 101111 0 1000110 1001110 10000 110 1000011 110011

Color Harmonies of #D6412F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6412F

Black with #D6412F

Text Example


Text Example

White with #D6412F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6412F; }

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

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

background-color css

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

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

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

border-color css

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

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

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