Html Css Color HEX #DE5031 Cinnabar

📋 copy color: '#DE5031'

red 222 ◦ green 80 ◦ blue 49

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

Shades of Cinnabar #DE5031

Tints of Cinnabar #DE5031

RGB

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

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

 BLUE value IS 49 (19.53% from 255) = 13.96%

R = 63.25%
G = 22.79%
B = 13.96%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE5031 (or 0xDE5031) is known color: Cinnabar. HEX triplet: DE, 50 and 31. RGB value is (222,80,49). Sum of RGB (Red+Green+Blue) = 222+80+49=351 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.25% from 351); Green value is 80 (31.64% from 255 or 22.79% from 351); Blue value is 49 (19.53% from 255 or 13.96% from 351); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5031 is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE5031 is #21AFCE. Grayscale: #777777. Windows color (decimal): -2207695 or 3231966. OLE color: 3231966.

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

Color convert

RGB 222 80 49 -
CMYK 0 0.64 0.78 0.13
HSL 10.75º 0.72% 0.53% -
HSV(B) 10.75º 0.78% 0.87% -
XYZ 33.55 21.49 5.29 -
YUV 118.92 88.54 201.52 -
System Red Green Blue C M Y K H S L
Decimal 222 80 49 0 0.64 0.78 0.13 10.75 0.72 0.53
Hex DE 50 31 0 40 4E D B 48 35
Octal 336 120 61 0 100 116 15 13 110 65
Binary 11011110 1010000 110001 0 1000000 1001110 1101 1011 1001000 110101

Color Harmonies of #DE5031

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE5031

Black with #DE5031

Text Example


Text Example

White with #DE5031

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE5031; }

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

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

background-color css

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

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

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

border-color css

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

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

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