Html Css Color HEX #DE443C Cinnabar

📋 copy color: '#DE443C'

red 222 ◦ green 68 ◦ blue 60

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

Shades of Cinnabar #DE443C

Tints of Cinnabar #DE443C

RGB

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

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

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

R = 63.43%
G = 19.43%
B = 17.14%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE443C (or 0xDE443C) is known color: Cinnabar. HEX triplet: DE, 44 and 3C. RGB value is (222,68,60). Sum of RGB (Red+Green+Blue) = 222+68+60=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 68 (26.95% from 255 or 19.43% from 350); Blue value is 60 (23.83% from 255 or 17.14% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE443C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE443C is #21BBC3. Grayscale: #717171. Windows color (decimal): -2210756 or 3949790. OLE color: 3949790.

HSL color Cylindrical-coordinate representation of color #DE443C: hue angle of 2.96º degrees, saturation: 0.71, 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 #DE443C is Cyan = 0, Magento = 0.69, Yellow = 0.73 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 68 60 -
CMYK 0 0.69 0.73 0.13
HSL 2.96º 0.71% 0.55% -
HSV(B) 2.96º 0.73% 0.87% -
XYZ 33.01 19.99 6.39 -
YUV 113.13 98.02 205.65 -
System Red Green Blue C M Y K H S L
Decimal 222 68 60 0 0.69 0.73 0.13 2.96 0.71 0.55
Hex DE 44 3C 0 45 49 D 3 47 37
Octal 336 104 74 0 105 111 15 3 107 67
Binary 11011110 1000100 111100 0 1000101 1001001 1101 11 1000111 110111

Color Harmonies of #DE443C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE443C

Black with #DE443C

Text Example


Text Example

White with #DE443C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE443C; }

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

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

background-color css

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

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

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

border-color css

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

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

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