Html Css Color HEX #DE502C Cinnabar

📋 copy color: '#DE502C'

red 222 ◦ green 80 ◦ blue 44

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

Shades of Cinnabar #DE502C

Tints of Cinnabar #DE502C

RGB

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

 GREEN value IS 80 (31.64% from 255) = 23.12%

 BLUE value IS 44 (17.58% from 255) = 12.72%

R = 64.16%
G = 23.12%
B = 12.72%

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

#DE502C (or 0xDE502C) is known color: Cinnabar. HEX triplet: DE, 50 and 2C. RGB value is (222,80,44). Sum of RGB (Red+Green+Blue) = 222+80+44=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 80 (31.64% from 255 or 23.12% from 346); Blue value is 44 (17.58% from 255 or 12.72% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE502C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE502C is #21AFD3. Grayscale: #767676. Windows color (decimal): -2207700 or 2904286. OLE color: 2904286.

HSL color Cylindrical-coordinate representation of color #DE502C: hue angle of 12.13º 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 #DE502C is Cyan = 0, Magento = 0.64, Yellow = 0.80 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 80 44 -
CMYK 0 0.64 0.80 0.13
HSL 12.13º 0.73% 0.52% -
HSV(B) 12.13º 0.8% 0.87% -
XYZ 33.45 21.45 4.76 -
YUV 118.35 86.04 201.93 -
System Red Green Blue C M Y K H S L
Decimal 222 80 44 0 0.64 0.80 0.13 12.13 0.73 0.52
Hex DE 50 2C 0 40 50 D C 49 34
Octal 336 120 54 0 100 120 15 14 111 64
Binary 11011110 1010000 101100 0 1000000 1010000 1101 1100 1001001 110100

Color Harmonies of #DE502C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE502C

Black with #DE502C

Text Example


Text Example

White with #DE502C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE502C; }

 p { color: rgb(222,80,44); }

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

background-color css

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

 a { background-color: rgb(222,80,44); }

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

border-color css

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

 span { border-color: rgb(222,80,44); }

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