Html Css Color HEX #DE4740 Cinnabar

📋 copy color: '#DE4740'

red 222 ◦ green 71 ◦ blue 64

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

Shades of Cinnabar #DE4740

Tints of Cinnabar #DE4740

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.89%

 BLUE value IS 64 (25.39% from 255) = 17.93%

R = 62.18%
G = 19.89%
B = 17.93%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE4740 (or 0xDE4740) is known color: Cinnabar. HEX triplet: DE, 47 and 40. RGB value is (222,71,64). Sum of RGB (Red+Green+Blue) = 222+71+64=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 71 (28.12% from 255 or 19.89% from 357); Blue value is 64 (25.39% from 255 or 17.93% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4740 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4740 is #21B8BF. Grayscale: #737373. Windows color (decimal): -2209984 or 4212702. OLE color: 4212702.

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

Color convert

RGB 222 71 64 -
CMYK 0 0.68 0.71 0.13
HSL 2.66º 0.71% 0.56% -
HSV(B) 2.66º 0.71% 0.87% -
XYZ 33.3 20.41 7.03 -
YUV 115.35 99.03 204.07 -
System Red Green Blue C M Y K H S L
Decimal 222 71 64 0 0.68 0.71 0.13 2.66 0.71 0.56
Hex DE 47 40 0 44 47 D 3 47 38
Octal 336 107 100 0 104 107 15 3 107 70
Binary 11011110 1000111 1000000 0 1000100 1000111 1101 11 1000111 111000

Color Harmonies of #DE4740

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4740

Black with #DE4740

Text Example


Text Example

White with #DE4740

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4740; }

 p { color: rgb(222,71,64); }

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

background-color css

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

 a { background-color: rgb(222,71,64); }

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

border-color css

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

 span { border-color: rgb(222,71,64); }

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