Html Css Color HEX #DE4942 Cinnabar

📋 copy color: '#DE4942'

red 222 ◦ green 73 ◦ blue 66

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

Shades of Cinnabar #DE4942

Tints of Cinnabar #DE4942

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.22%

 BLUE value IS 66 (26.17% from 255) = 18.28%

R = 61.5%
G = 20.22%
B = 18.28%

CMYK

 C value IS 0

 M value IS 0.67

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE4942 (or 0xDE4942) is known color: Cinnabar. HEX triplet: DE, 49 and 42. RGB value is (222,73,66). Sum of RGB (Red+Green+Blue) = 222+73+66=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 73 (28.91% from 255 or 20.22% from 361); Blue value is 66 (26.17% from 255 or 18.28% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4942 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4942 is #21B6BD. Grayscale: #747474. Windows color (decimal): -2209470 or 4344286. OLE color: 4344286.

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

Color convert

RGB 222 73 66 -
CMYK 0 0.67 0.70 0.13
HSL 2.69º 0.7% 0.56% -
HSV(B) 2.69º 0.7% 0.87% -
XYZ 33.49 20.69 7.38 -
YUV 116.75 99.36 203.07 -
System Red Green Blue C M Y K H S L
Decimal 222 73 66 0 0.67 0.70 0.13 2.69 0.7 0.56
Hex DE 49 42 0 43 46 D 3 46 38
Octal 336 111 102 0 103 106 15 3 106 70
Binary 11011110 1001001 1000010 0 1000011 1000110 1101 11 1000110 111000

Color Harmonies of #DE4942

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4942

Black with #DE4942

Text Example


Text Example

White with #DE4942

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4942; }

 p { color: rgb(222,73,66); }

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

background-color css

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

 a { background-color: rgb(222,73,66); }

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

border-color css

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

 span { border-color: rgb(222,73,66); }

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