Html Css Color HEX #DF443A Cinnabar

📋 copy color: '#DF443A'

red 223 ◦ green 68 ◦ blue 58

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

Shades of Cinnabar #DF443A

Tints of Cinnabar #DF443A

RGB

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

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

 BLUE value IS 58 (23.05% from 255) = 16.62%

R = 63.9%
G = 19.48%
B = 16.62%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DF443A (or 0xDF443A) is known color: Cinnabar. HEX triplet: DF, 44 and 3A. RGB value is (223,68,58). Sum of RGB (Red+Green+Blue) = 223+68+58=349 (46% of max value = 765). Red value is 223 (87.5% from 255 or 63.90% from 349); Green value is 68 (26.95% from 255 or 19.48% from 349); Blue value is 58 (23.05% from 255 or 16.62% from 349); Max value from RGB is 223 - color contains mainly: red. Hex color #DF443A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DF443A is #20BBC5. Grayscale: #717171. Windows color (decimal): -2145222 or 3818719. OLE color: 3818719.

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

Color convert

RGB 223 68 58 -
CMYK 0 0.70 0.74 0.13
HSL 3.64º 0.72% 0.55% -
HSV(B) 3.64º 0.74% 0.87% -
XYZ 33.26 20.13 6.13 -
YUV 113.21 96.85 206.31 -
System Red Green Blue C M Y K H S L
Decimal 223 68 58 0 0.70 0.74 0.13 3.64 0.72 0.55
Hex DF 44 3A 0 46 4A D 4 48 37
Octal 337 104 72 0 106 112 15 4 110 67
Binary 11011111 1000100 111010 0 1000110 1001010 1101 100 1001000 110111

Color Harmonies of #DF443A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DF443A

Black with #DF443A

Text Example


Text Example

White with #DF443A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DF443A; }

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

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

background-color css

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

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

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

border-color css

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

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

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