Html Css Color HEX #DE4631 Cinnabar

📋 copy color: '#DE4631'

red 222 ◦ green 70 ◦ blue 49

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

Shades of Cinnabar #DE4631

Tints of Cinnabar #DE4631

RGB

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

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

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

R = 65.1%
G = 20.53%
B = 14.37%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE4631 (or 0xDE4631) is known color: Cinnabar. HEX triplet: DE, 46 and 31. RGB value is (222,70,49). Sum of RGB (Red+Green+Blue) = 222+70+49=341 (45% of max value = 765). Red value is 222 (87.11% from 255 or 65.10% from 341); Green value is 70 (27.73% from 255 or 20.53% from 341); Blue value is 49 (19.53% from 255 or 14.37% from 341); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4631 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4631 is #21B9CE. Grayscale: #717171. Windows color (decimal): -2210255 or 3229406. OLE color: 3229406.

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

Color convert

RGB 222 70 49 -
CMYK 0 0.68 0.78 0.13
HSL 7.28º 0.72% 0.53% -
HSV(B) 7.28º 0.78% 0.87% -
XYZ 32.87 20.13 5.06 -
YUV 113.05 91.86 205.71 -
System Red Green Blue C M Y K H S L
Decimal 222 70 49 0 0.68 0.78 0.13 7.28 0.72 0.53
Hex DE 46 31 0 44 4E D 7 48 35
Octal 336 106 61 0 104 116 15 7 110 65
Binary 11011110 1000110 110001 0 1000100 1001110 1101 111 1001000 110101

Color Harmonies of #DE4631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4631

Black with #DE4631

Text Example


Text Example

White with #DE4631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4631; }

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

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

background-color css

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

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

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

border-color css

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

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

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