Html Css Color HEX #D6423C Cinnabar

📋 copy color: '#D6423C'

red 214 ◦ green 66 ◦ blue 60

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

Shades of Cinnabar #D6423C

Tints of Cinnabar #D6423C

RGB

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

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

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

R = 62.94%
G = 19.41%
B = 17.65%

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

#D6423C (or 0xD6423C) is known color: Cinnabar. HEX triplet: D6, 42 and 3C. RGB value is (214,66,60). Sum of RGB (Red+Green+Blue) = 214+66+60=340 (45% of max value = 765). Red value is 214 (83.98% from 255 or 62.94% from 340); Green value is 66 (26.17% from 255 or 19.41% from 340); Blue value is 60 (23.83% from 255 or 17.65% from 340); Max value from RGB is 214 - color contains mainly: red. Hex color #D6423C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6423C is #29BDC3. Grayscale: #6D6D6D. Windows color (decimal): -2735556 or 3949270. OLE color: 3949270.

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

Color convert

RGB 214 66 60 -
CMYK 0 0.69 0.72 0.16
HSL 2.34º 0.65% 0.54% -
HSV(B) 2.34º 0.72% 0.84% -
XYZ 30.5 18.52 6.24 -
YUV 109.57 100.03 202.49 -
System Red Green Blue C M Y K H S L
Decimal 214 66 60 0 0.69 0.72 0.16 2.34 0.65 0.54
Hex D6 42 3C 0 45 48 10 2 41 36
Octal 326 102 74 0 105 110 20 2 101 66
Binary 11010110 1000010 111100 0 1000101 1001000 10000 10 1000001 110110

Color Harmonies of #D6423C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6423C

Black with #D6423C

Text Example


Text Example

White with #D6423C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6423C; }

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

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

background-color css

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

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

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

border-color css

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

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

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