Html Css Color HEX #DE533D Cinnabar

📋 copy color: '#DE533D'

red 222 ◦ green 83 ◦ blue 61

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

Shades of Cinnabar #DE533D

Tints of Cinnabar #DE533D

RGB

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

 GREEN value IS 83 (32.81% from 255) = 22.68%

 BLUE value IS 61 (24.22% from 255) = 16.67%

R = 60.66%
G = 22.68%
B = 16.67%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE533D (or 0xDE533D) is known color: Cinnabar. HEX triplet: DE, 53 and 3D. RGB value is (222,83,61). Sum of RGB (Red+Green+Blue) = 222+83+61=366 (48% of max value = 765). Red value is 222 (87.11% from 255 or 60.66% from 366); Green value is 83 (32.81% from 255 or 22.68% from 366); Blue value is 61 (24.22% from 255 or 16.67% from 366); Max value from RGB is 222 - color contains mainly: red. Hex color #DE533D is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE533D is #21ACC2. Grayscale: #7A7A7A. Windows color (decimal): -2206915 or 4019166. OLE color: 4019166.

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

Color convert

RGB 222 83 61 -
CMYK 0 0.63 0.73 0.13
HSL 8.2º 0.71% 0.55% -
HSV(B) 8.2º 0.73% 0.87% -
XYZ 34.06 22.05 6.88 -
YUV 122.05 93.55 199.29 -
System Red Green Blue C M Y K H S L
Decimal 222 83 61 0 0.63 0.73 0.13 8.2 0.71 0.55
Hex DE 53 3D 0 3F 49 D 8 47 37
Octal 336 123 75 0 77 111 15 10 107 67
Binary 11011110 1010011 111101 0 111111 1001001 1101 1000 1000111 110111

Color Harmonies of #DE533D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE533D

Black with #DE533D

Text Example


Text Example

White with #DE533D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE533D; }

 p { color: rgb(222,83,61); }

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

background-color css

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

 a { background-color: rgb(222,83,61); }

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

border-color css

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

 span { border-color: rgb(222,83,61); }

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