Html Css Color HEX #D6442D Cinnabar

📋 copy color: '#D6442D'

red 214 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #D6442D

Tints of Cinnabar #D6442D

RGB

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

 GREEN value IS 68 (26.95% from 255) = 20.8%

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

R = 65.44%
G = 20.8%
B = 13.76%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.79

 K value IS 0.16

RGB Variations

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

Color information

#D6442D (or 0xD6442D) is known color: Cinnabar. HEX triplet: D6, 44 and 2D. RGB value is (214,68,45). Sum of RGB (Red+Green+Blue) = 214+68+45=327 (43% of max value = 765). Red value is 214 (83.98% from 255 or 65.44% from 327); Green value is 68 (26.95% from 255 or 20.80% from 327); Blue value is 45 (17.97% from 255 or 13.76% from 327); Max value from RGB is 214 - color contains mainly: red. Hex color #D6442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D6442D is #29BBD2. Grayscale: #6D6D6D. Windows color (decimal): -2735059 or 2966742. OLE color: 2966742.

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

Color convert

RGB 214 68 45 -
CMYK 0 0.68 0.79 0.16
HSL 8.17º 0.67% 0.51% -
HSV(B) 8.17º 0.79% 0.84% -
XYZ 30.27 18.62 4.48 -
YUV 109.03 91.87 202.87 -
System Red Green Blue C M Y K H S L
Decimal 214 68 45 0 0.68 0.79 0.16 8.17 0.67 0.51
Hex D6 44 2D 0 44 4F 10 8 43 33
Octal 326 104 55 0 104 117 20 10 103 63
Binary 11010110 1000100 101101 0 1000100 1001111 10000 1000 1000011 110011

Color Harmonies of #D6442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D6442D

Black with #D6442D

Text Example


Text Example

White with #D6442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D6442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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