Html Css Color HEX #DE512D Cinnabar

📋 copy color: '#DE512D'

red 222 ◦ green 81 ◦ blue 45

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

Shades of Cinnabar #DE512D

Tints of Cinnabar #DE512D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 12.93%

R = 63.79%
G = 23.28%
B = 12.93%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE512D (or 0xDE512D) is known color: Cinnabar. HEX triplet: DE, 51 and 2D. RGB value is (222,81,45). Sum of RGB (Red+Green+Blue) = 222+81+45=348 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.79% from 348); Green value is 81 (32.03% from 255 or 23.28% from 348); Blue value is 45 (17.97% from 255 or 12.93% from 348); Max value from RGB is 222 - color contains mainly: red. Hex color #DE512D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE512D is #21AED2. Grayscale: #777777. Windows color (decimal): -2207443 or 2970078. OLE color: 2970078.

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

Color convert

RGB 222 81 45 -
CMYK 0 0.64 0.80 0.13
HSL 12.2º 0.73% 0.52% -
HSV(B) 12.2º 0.8% 0.87% -
XYZ 33.54 21.6 4.88 -
YUV 119.06 86.21 201.43 -
System Red Green Blue C M Y K H S L
Decimal 222 81 45 0 0.64 0.80 0.13 12.2 0.73 0.52
Hex DE 51 2D 0 40 50 D C 49 34
Octal 336 121 55 0 100 120 15 14 111 64
Binary 11011110 1010001 101101 0 1000000 1010000 1101 1100 1001001 110100

Color Harmonies of #DE512D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE512D

Black with #DE512D

Text Example


Text Example

White with #DE512D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE512D; }

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

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

background-color css

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

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

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

border-color css

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

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

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