Html Css Color HEX #DF443C Cinnabar

📋 copy color: '#DF443C'

red 223 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DF443C

Tints of Cinnabar #DF443C

RGB

 RED value IS 223 (87.5% from 255) = 63.53%

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

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

R = 63.53%
G = 19.37%
B = 17.09%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DF443C (or 0xDF443C) is known color: Cinnabar. HEX triplet: DF, 44 and 3C. RGB value is (223,68,60). Sum of RGB (Red+Green+Blue) = 223+68+60=351 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.53% from 351); Green value is 68 (26.95% from 255 or 19.37% from 351); Blue value is 60 (23.83% from 255 or 17.09% from 351); Max value from RGB is 223 - color contains mainly: red. Hex color #DF443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF443C is #20BBC3. Grayscale: #717171. Windows color (decimal): -2145220 or 3949791. OLE color: 3949791.

HSL color Cylindrical-coordinate representation of color #DF443C: hue angle of 2.94º degrees, saturation: 0.72, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DF443C is Cyan = 0, Magento = 0.70, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 223 68 60 -
CMYK 0 0.70 0.73 0.13
HSL 2.94º 0.72% 0.55% -
HSV(B) 2.94º 0.73% 0.87% -
XYZ 33.31 20.15 6.41 -
YUV 113.43 97.85 206.15 -
System Red Green Blue C M Y K H S L
Decimal 223 68 60 0 0.70 0.73 0.13 2.94 0.72 0.55
Hex DF 44 3C 0 46 49 D 3 48 37
Octal 337 104 74 0 106 111 15 3 110 67
Binary 11011111 1000100 111100 0 1000110 1001001 1101 11 1001000 110111

Color Harmonies of #DF443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF443C

Black with #DF443C

Text Example


Text Example

White with #DF443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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