Html Css Color HEX #DE512B Cinnabar

📋 copy color: '#DE512B'

red 222 ◦ green 81 ◦ blue 43

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

Shades of Cinnabar #DE512B

Tints of Cinnabar #DE512B

RGB

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

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

 BLUE value IS 43 (17.19% from 255) = 12.43%

R = 64.16%
G = 23.41%
B = 12.43%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.81

 K value IS 0.13

RGB Variations

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

Color information

#DE512B (or 0xDE512B) is known color: Cinnabar. HEX triplet: DE, 51 and 2B. RGB value is (222,81,43). Sum of RGB (Red+Green+Blue) = 222+81+43=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 81 (32.03% from 255 or 23.41% from 346); Blue value is 43 (17.19% from 255 or 12.43% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE512B is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE512B is #21AED4. Grayscale: #777777. Windows color (decimal): -2207445 or 2839006. OLE color: 2839006.

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

Color convert

RGB 222 81 43 -
CMYK 0 0.64 0.81 0.13
HSL 12.74º 0.73% 0.52% -
HSV(B) 12.74º 0.81% 0.87% -
XYZ 33.5 21.59 4.69 -
YUV 118.83 85.21 201.59 -
System Red Green Blue C M Y K H S L
Decimal 222 81 43 0 0.64 0.81 0.13 12.74 0.73 0.52
Hex DE 51 2B 0 40 51 D D 49 34
Octal 336 121 53 0 100 121 15 15 111 64
Binary 11011110 1010001 101011 0 1000000 1010001 1101 1101 1001001 110100

Color Harmonies of #DE512B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE512B

Black with #DE512B

Text Example


Text Example

White with #DE512B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE512B; }

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

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

background-color css

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

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

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

border-color css

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

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

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