Html Css Color HEX #DE443F Cinnabar

📋 copy color: '#DE443F'

red 222 ◦ green 68 ◦ blue 63

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

Shades of Cinnabar #DE443F

Tints of Cinnabar #DE443F

RGB

 RED value IS 222 (87.11% from 255) = 62.89%

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

 BLUE value IS 63 (25% from 255) = 17.85%

R = 62.89%
G = 19.26%
B = 17.85%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE443F (or 0xDE443F) is known color: Cinnabar. HEX triplet: DE, 44 and 3F. RGB value is (222,68,63). Sum of RGB (Red+Green+Blue) = 222+68+63=353 (46% of max value = 765). Red value is 222 (87.11% from 255 or 62.89% from 353); Green value is 68 (26.95% from 255 or 19.26% from 353); Blue value is 63 (25% from 255 or 17.85% from 353); Max value from RGB is 222 - color contains mainly: red. Hex color #DE443F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE443F is #21BBC0. Grayscale: #717171. Windows color (decimal): -2210753 or 4146398. OLE color: 4146398.

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

Color convert

RGB 222 68 63 -
CMYK 0 0.69 0.72 0.13
HSL 1.89º 0.71% 0.56% -
HSV(B) 1.89º 0.72% 0.87% -
XYZ 33.09 20.02 6.82 -
YUV 113.48 99.52 205.41 -
System Red Green Blue C M Y K H S L
Decimal 222 68 63 0 0.69 0.72 0.13 1.89 0.71 0.56
Hex DE 44 3F 0 45 48 D 2 47 38
Octal 336 104 77 0 105 110 15 2 107 70
Binary 11011110 1000100 111111 0 1000101 1001000 1101 10 1000111 111000

Color Harmonies of #DE443F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE443F

Black with #DE443F

Text Example


Text Example

White with #DE443F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE443F; }

 p { color: rgb(222,68,63); }

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

background-color css

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

 a { background-color: rgb(222,68,63); }

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

border-color css

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

 span { border-color: rgb(222,68,63); }

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