Html Css Color HEX #D9442D Cinnabar

📋 copy color: '#D9442D'

red 217 ◦ green 68 ◦ blue 45

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

Shades of Cinnabar #D9442D

Tints of Cinnabar #D9442D

RGB

 RED value IS 217 (85.16% from 255) = 65.76%

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

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

R = 65.76%
G = 20.61%
B = 13.64%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.79

 K value IS 0.15

RGB Variations

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

Color information

#D9442D (or 0xD9442D) is known color: Cinnabar. HEX triplet: D9, 44 and 2D. RGB value is (217,68,45). Sum of RGB (Red+Green+Blue) = 217+68+45=330 (43% of max value = 765). Red value is 217 (85.16% from 255 or 65.76% from 330); Green value is 68 (26.95% from 255 or 20.61% from 330); Blue value is 45 (17.97% from 255 or 13.64% from 330); Max value from RGB is 217 - color contains mainly: red. Hex color #D9442D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9442D is #26BBD2. Grayscale: #6E6E6E. Windows color (decimal): -2538451 or 2966745. OLE color: 2966745.

HSL color Cylindrical-coordinate representation of color #D9442D: hue angle of 8.02º degrees, saturation: 0.69, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D9442D is Cyan = 0, Magento = 0.69, Yellow = 0.79 and Black (K on CMYK) = 0.15.

Color convert

RGB 217 68 45 -
CMYK 0 0.69 0.79 0.15
HSL 8.02º 0.69% 0.51% -
HSV(B) 8.02º 0.79% 0.85% -
XYZ 31.16 19.08 4.52 -
YUV 109.93 91.36 204.37 -
System Red Green Blue C M Y K H S L
Decimal 217 68 45 0 0.69 0.79 0.15 8.02 0.69 0.51
Hex D9 44 2D 0 45 4F F 8 45 33
Octal 331 104 55 0 105 117 17 10 105 63
Binary 11011001 1000100 101101 0 1000101 1001111 1111 1000 1000101 110011

Color Harmonies of #D9442D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9442D

Black with #D9442D

Text Example


Text Example

White with #D9442D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9442D; }

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

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

background-color css

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

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

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

border-color css

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

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

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