Html Css Color HEX #DE4D3E Cinnabar

📋 copy color: '#DE4D3E'

red 222 ◦ green 77 ◦ blue 62

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

Shades of Cinnabar #DE4D3E

Tints of Cinnabar #DE4D3E

RGB

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

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

 BLUE value IS 62 (24.61% from 255) = 17.17%

R = 61.5%
G = 21.33%
B = 17.17%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE4D3E (or 0xDE4D3E) is known color: Cinnabar. HEX triplet: DE, 4D and 3E. RGB value is (222,77,62). Sum of RGB (Red+Green+Blue) = 222+77+62=361 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.50% from 361); Green value is 77 (30.47% from 255 or 21.33% from 361); Blue value is 62 (24.61% from 255 or 17.17% from 361); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D3E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D3E is #21B2C1. Grayscale: #767676. Windows color (decimal): -2208450 or 4083166. OLE color: 4083166.

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

Color convert

RGB 222 77 62 -
CMYK 0 0.65 0.72 0.13
HSL 5.63º 0.71% 0.56% -
HSV(B) 5.63º 0.72% 0.87% -
XYZ 33.65 21.19 6.87 -
YUV 118.65 96.04 201.72 -
System Red Green Blue C M Y K H S L
Decimal 222 77 62 0 0.65 0.72 0.13 5.63 0.71 0.56
Hex DE 4D 3E 0 41 48 D 6 47 38
Octal 336 115 76 0 101 110 15 6 107 70
Binary 11011110 1001101 111110 0 1000001 1001000 1101 110 1000111 111000

Color Harmonies of #DE4D3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D3E

Black with #DE4D3E

Text Example


Text Example

White with #DE4D3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D3E; }

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

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

background-color css

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

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

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

border-color css

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

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

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