Html Css Color HEX #DE512E Cinnabar

📋 copy color: '#DE512E'

red 222 ◦ green 81 ◦ blue 46

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

Shades of Cinnabar #DE512E

Tints of Cinnabar #DE512E

RGB

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

 GREEN value IS 81 (32.03% from 255) = 23.21%

 BLUE value IS 46 (18.36% from 255) = 13.18%

R = 63.61%
G = 23.21%
B = 13.18%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.79

 K value IS 0.13

RGB Variations

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

Color information

#DE512E (or 0xDE512E) is known color: Cinnabar. HEX triplet: DE, 51 and 2E. RGB value is (222,81,46). Sum of RGB (Red+Green+Blue) = 222+81+46=349 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.61% from 349); Green value is 81 (32.03% from 255 or 23.21% from 349); Blue value is 46 (18.36% from 255 or 13.18% from 349); Max value from RGB is 222 - color contains mainly: red. Hex color #DE512E is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE512E is #21AED1. Grayscale: #777777. Windows color (decimal): -2207442 or 3035614. OLE color: 3035614.

HSL color Cylindrical-coordinate representation of color #DE512E: hue angle of 11.93º degrees, saturation: 0.73, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DE512E is Cyan = 0, Magento = 0.64, Yellow = 0.79 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 81 46 -
CMYK 0 0.64 0.79 0.13
HSL 11.93º 0.73% 0.53% -
HSV(B) 11.93º 0.79% 0.87% -
XYZ 33.56 21.61 4.99 -
YUV 119.17 86.71 201.35 -
System Red Green Blue C M Y K H S L
Decimal 222 81 46 0 0.64 0.79 0.13 11.93 0.73 0.53
Hex DE 51 2E 0 40 4F D C 49 35
Octal 336 121 56 0 100 117 15 14 111 65
Binary 11011110 1010001 101110 0 1000000 1001111 1101 1100 1001001 110101

Color Harmonies of #DE512E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE512E

Black with #DE512E

Text Example


Text Example

White with #DE512E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE512E; }

 p { color: rgb(222,81,46); }

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

background-color css

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

 a { background-color: rgb(222,81,46); }

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

border-color css

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

 span { border-color: rgb(222,81,46); }

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