Html Css Color HEX #DE4544 Cinnabar

📋 copy color: '#DE4544'

red 222 ◦ green 69 ◦ blue 68

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

Shades of Cinnabar #DE4544

Tints of Cinnabar #DE4544

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.22%

 BLUE value IS 68 (26.95% from 255) = 18.94%

R = 61.84%
G = 19.22%
B = 18.94%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.69

 K value IS 0.13

RGB Variations

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

Color information

#DE4544 (or 0xDE4544) is known color: Cinnabar. HEX triplet: DE, 45 and 44. RGB value is (222,69,68). Sum of RGB (Red+Green+Blue) = 222+69+68=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 69 (27.34% from 255 or 19.22% from 359); Blue value is 68 (26.95% from 255 or 18.94% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4544 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4544 is #21BABB. Grayscale: #727272. Windows color (decimal): -2210492 or 4474334. OLE color: 4474334.

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

Color convert

RGB 222 69 68 -
CMYK 0 0.69 0.69 0.13
HSL 0.39º 0.7% 0.57% -
HSV(B) 0.39º 0.69% 0.87% -
XYZ 33.3 20.2 7.61 -
YUV 114.63 101.69 204.58 -
System Red Green Blue C M Y K H S L
Decimal 222 69 68 0 0.69 0.69 0.13 0.39 0.7 0.57
Hex DE 45 44 0 45 45 D 0 46 39
Octal 336 105 104 0 105 105 15 0 106 71
Binary 11011110 1000101 1000100 0 1000101 1000101 1101 0 1000110 111001

Color Harmonies of #DE4544

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4544

Black with #DE4544

Text Example


Text Example

White with #DE4544

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4544; }

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

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

background-color css

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

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

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

border-color css

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

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

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