Html Css Color HEX #D6423B Cinnabar

📋 copy color: '#D6423B'

red 214 ◦ green 66 ◦ blue 59

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

Shades of Cinnabar #D6423B

Tints of Cinnabar #D6423B

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.47%

 BLUE value IS 59 (23.44% from 255) = 17.4%

R = 63.13%
G = 19.47%
B = 17.4%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.16

RGB Variations

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

Color information

#D6423B (or 0xD6423B) is known color: Cinnabar. HEX triplet: D6, 42 and 3B. RGB value is (214,66,59). Sum of RGB (Red+Green+Blue) = 214+66+59=339 (44% of max value = 765). Red value is 214 (83.98% from 255 or 63.13% from 339); Green value is 66 (26.17% from 255 or 19.47% from 339); Blue value is 59 (23.44% from 255 or 17.40% from 339); Max value from RGB is 214 - color contains mainly: red. Hex color #D6423B is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6423B is #29BDC4. Grayscale: #6D6D6D. Windows color (decimal): -2735557 or 3883734. OLE color: 3883734.

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

Color convert

RGB 214 66 59 -
CMYK 0 0.69 0.72 0.16
HSL 2.71º 0.65% 0.54% -
HSV(B) 2.71º 0.72% 0.84% -
XYZ 30.47 18.51 6.1 -
YUV 109.45 99.53 202.57 -
System Red Green Blue C M Y K H S L
Decimal 214 66 59 0 0.69 0.72 0.16 2.71 0.65 0.54
Hex D6 42 3B 0 45 48 10 3 41 36
Octal 326 102 73 0 105 110 20 3 101 66
Binary 11010110 1000010 111011 0 1000101 1001000 10000 11 1000001 110110

Color Harmonies of #D6423B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6423B

Black with #D6423B

Text Example


Text Example

White with #D6423B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6423B; }

 p { color: rgb(214,66,59); }

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

background-color css

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

 a { background-color: rgb(214,66,59); }

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

border-color css

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

 span { border-color: rgb(214,66,59); }

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