Html Css Color HEX #DE4D3A Cinnabar

📋 copy color: '#DE4D3A'

red 222 ◦ green 77 ◦ blue 58

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

Shades of Cinnabar #DE4D3A

Tints of Cinnabar #DE4D3A

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 58 (23.05% from 255) = 16.25%

R = 62.18%
G = 21.57%
B = 16.25%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE4D3A (or 0xDE4D3A) is known color: Cinnabar. HEX triplet: DE, 4D and 3A. RGB value is (222,77,58). Sum of RGB (Red+Green+Blue) = 222+77+58=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 58 (23.05% from 255 or 16.25% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D3A is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D3A is #21B2C5. Grayscale: #767676. Windows color (decimal): -2208454 or 3821022. OLE color: 3821022.

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

Color convert

RGB 222 77 58 -
CMYK 0 0.65 0.74 0.13
HSL 6.95º 0.71% 0.55% -
HSV(B) 6.95º 0.74% 0.87% -
XYZ 33.54 21.14 6.32 -
YUV 118.19 94.04 202.04 -
System Red Green Blue C M Y K H S L
Decimal 222 77 58 0 0.65 0.74 0.13 6.95 0.71 0.55
Hex DE 4D 3A 0 41 4A D 7 47 37
Octal 336 115 72 0 101 112 15 7 107 67
Binary 11011110 1001101 111010 0 1000001 1001010 1101 111 1000111 110111

Color Harmonies of #DE4D3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D3A

Black with #DE4D3A

Text Example


Text Example

White with #DE4D3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D3A; }

 p { color: rgb(222,77,58); }

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

background-color css

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

 a { background-color: rgb(222,77,58); }

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

border-color css

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

 span { border-color: rgb(222,77,58); }

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