Html Css Color HEX #DE461C Cinnabar

📋 copy color: '#DE461C'

red 222 ◦ green 70 ◦ blue 28

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

Shades of Cinnabar #DE461C

Tints of Cinnabar #DE461C

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.88%

 BLUE value IS 28 (11.33% from 255) = 8.75%

R = 69.38%
G = 21.88%
B = 8.75%

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

#DE461C (or 0xDE461C) is known color: Cinnabar. HEX triplet: DE, 46 and 1C. RGB value is (222,70,28). Sum of RGB (Red+Green+Blue) = 222+70+28=320 (42% of max value = 765). Red value is 222 (87.11% from 255 or 69.38% from 320); Green value is 70 (27.73% from 255 or 21.88% from 320); Blue value is 28 (11.33% from 255 or 8.75% from 320); Max value from RGB is 222 - color contains mainly: red. Hex color #DE461C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE461C is #21B9E3. Grayscale: #6E6E6E. Windows color (decimal): -2210276 or 1853150. OLE color: 1853150.

HSL color Cylindrical-coordinate representation of color #DE461C: hue angle of 12.99º degrees, saturation: 0.78, 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 #DE461C is Cyan = 0, Magento = 0.68, Yellow = 0.87 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 70 28 -
CMYK 0 0.68 0.87 0.13
HSL 12.99º 0.78% 0.49% -
HSV(B) 12.99º 0.87% 0.87% -
XYZ 32.52 19.99 3.24 -
YUV 110.66 81.36 207.42 -
System Red Green Blue C M Y K H S L
Decimal 222 70 28 0 0.68 0.87 0.13 12.99 0.78 0.49
Hex DE 46 1C 0 44 57 D D 4E 31
Octal 336 106 34 0 104 127 15 15 116 61
Binary 11011110 1000110 11100 0 1000100 1010111 1101 1101 1001110 110001

Color Harmonies of #DE461C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE461C

Black with #DE461C

Text Example


Text Example

White with #DE461C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE461C; }

 p { color: rgb(222,70,28); }

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

background-color css

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

 a { background-color: rgb(222,70,28); }

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

border-color css

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

 span { border-color: rgb(222,70,28); }

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