Html Css Color HEX #DE503C Cinnabar

📋 copy color: '#DE503C'

red 222 ◦ green 80 ◦ blue 60

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

Shades of Cinnabar #DE503C

Tints of Cinnabar #DE503C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 16.57%

R = 61.33%
G = 22.1%
B = 16.57%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE503C (or 0xDE503C) is known color: Cinnabar. HEX triplet: DE, 50 and 3C. RGB value is (222,80,60). Sum of RGB (Red+Green+Blue) = 222+80+60=362 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.33% from 362); Green value is 80 (31.64% from 255 or 22.10% from 362); Blue value is 60 (23.83% from 255 or 16.57% from 362); Max value from RGB is 222 - color contains mainly: red. Hex color #DE503C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE503C is #21AFC3. Grayscale: #787878. Windows color (decimal): -2207684 or 3952862. OLE color: 3952862.

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

Color convert

RGB 222 80 60 -
CMYK 0 0.64 0.73 0.13
HSL 7.41º 0.71% 0.55% -
HSV(B) 7.41º 0.73% 0.87% -
XYZ 33.81 21.59 6.66 -
YUV 120.18 94.04 200.63 -
System Red Green Blue C M Y K H S L
Decimal 222 80 60 0 0.64 0.73 0.13 7.41 0.71 0.55
Hex DE 50 3C 0 40 49 D 7 47 37
Octal 336 120 74 0 100 111 15 7 107 67
Binary 11011110 1010000 111100 0 1000000 1001001 1101 111 1000111 110111

Color Harmonies of #DE503C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE503C

Black with #DE503C

Text Example


Text Example

White with #DE503C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE503C; }

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

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

background-color css

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

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

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

border-color css

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

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

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