Html Css Color HEX #D9443C Cinnabar

📋 copy color: '#D9443C'

red 217 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #D9443C

Tints of Cinnabar #D9443C

RGB

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

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

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

R = 62.9%
G = 19.71%
B = 17.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.15

RGB Variations

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

Color information

#D9443C (or 0xD9443C) is known color: Cinnabar. HEX triplet: D9, 44 and 3C. RGB value is (217,68,60). Sum of RGB (Red+Green+Blue) = 217+68+60=345 (45% of max value = 765). Red value is 217 (85.16% from 255 or 62.90% from 345); Green value is 68 (26.95% from 255 or 19.71% from 345); Blue value is 60 (23.83% from 255 or 17.39% from 345); Max value from RGB is 217 - color contains mainly: red. Hex color #D9443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #D9443C is #26BBC3. Grayscale: #6F6F6F. Windows color (decimal): -2538436 or 3949785. OLE color: 3949785.

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

Color convert

RGB 217 68 60 -
CMYK 0 0.69 0.72 0.15
HSL 3.06º 0.67% 0.54% -
HSV(B) 3.06º 0.72% 0.85% -
XYZ 31.5 19.21 6.32 -
YUV 111.64 98.86 203.15 -
System Red Green Blue C M Y K H S L
Decimal 217 68 60 0 0.69 0.72 0.15 3.06 0.67 0.54
Hex D9 44 3C 0 45 48 F 3 43 36
Octal 331 104 74 0 105 110 17 3 103 66
Binary 11011001 1000100 111100 0 1000101 1001000 1111 11 1000011 110110

Color Harmonies of #D9443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D9443C

Black with #D9443C

Text Example


Text Example

White with #D9443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D9443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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