Html Css Color HEX #DE481D Cinnabar

📋 copy color: '#DE481D'

red 222 ◦ green 72 ◦ blue 29

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

Shades of Cinnabar #DE481D

Tints of Cinnabar #DE481D

RGB

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

 GREEN value IS 72 (28.52% from 255) = 22.29%

 BLUE value IS 29 (11.72% from 255) = 8.98%

R = 68.73%
G = 22.29%
B = 8.98%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.87

 K value IS 0.13

RGB Variations

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

Color information

#DE481D (or 0xDE481D) is known color: Cinnabar. HEX triplet: DE, 48 and 1D. RGB value is (222,72,29). Sum of RGB (Red+Green+Blue) = 222+72+29=323 (42% of max value = 765). Red value is 222 (87.11% from 255 or 68.73% from 323); Green value is 72 (28.52% from 255 or 22.29% from 323); Blue value is 29 (11.72% from 255 or 8.98% from 323); Max value from RGB is 222 - color contains mainly: red. Hex color #DE481D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE481D is #21B7E2. Grayscale: #707070. Windows color (decimal): -2209763 or 1919198. OLE color: 1919198.

HSL color Cylindrical-coordinate representation of color #DE481D: hue angle of 13.37º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #DE481D is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 72 29 -
CMYK 0 0.68 0.87 0.13
HSL 13.37º 0.77% 0.49% -
HSV(B) 13.37º 0.87% 0.87% -
XYZ 32.66 20.25 3.35 -
YUV 111.95 81.2 206.5 -
System Red Green Blue C M Y K H S L
Decimal 222 72 29 0 0.68 0.87 0.13 13.37 0.77 0.49
Hex DE 48 1D 0 44 57 D D 4D 31
Octal 336 110 35 0 104 127 15 15 115 61
Binary 11011110 1001000 11101 0 1000100 1010111 1101 1101 1001101 110001

Color Harmonies of #DE481D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE481D

Black with #DE481D

Text Example


Text Example

White with #DE481D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE481D; }

 p { color: rgb(222,72,29); }

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

background-color css

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

 a { background-color: rgb(222,72,29); }

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

border-color css

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

 span { border-color: rgb(222,72,29); }

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