Html Css Color HEX #DE4838 Cinnabar

📋 copy color: '#DE4838'

red 222 ◦ green 72 ◦ blue 56

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

Shades of Cinnabar #DE4838

Tints of Cinnabar #DE4838

RGB

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

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

 BLUE value IS 56 (22.27% from 255) = 16%

R = 63.43%
G = 20.57%
B = 16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.75

 K value IS 0.13

RGB Variations

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

Color information

#DE4838 (or 0xDE4838) is known color: Cinnabar. HEX triplet: DE, 48 and 38. RGB value is (222,72,56). Sum of RGB (Red+Green+Blue) = 222+72+56=350 (46% of max value = 765). Red value is 222 (87.11% from 255 or 63.43% from 350); Green value is 72 (28.52% from 255 or 20.57% from 350); Blue value is 56 (22.27% from 255 or 16% from 350); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4838 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4838 is #21B7C7. Grayscale: #737373. Windows color (decimal): -2209736 or 3688670. OLE color: 3688670.

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

Color convert

RGB 222 72 56 -
CMYK 0 0.68 0.75 0.13
HSL 5.78º 0.72% 0.55% -
HSV(B) 5.78º 0.75% 0.87% -
XYZ 33.16 20.45 5.94 -
YUV 115.03 94.7 204.3 -
System Red Green Blue C M Y K H S L
Decimal 222 72 56 0 0.68 0.75 0.13 5.78 0.72 0.55
Hex DE 48 38 0 44 4B D 6 48 37
Octal 336 110 70 0 104 113 15 6 110 67
Binary 11011110 1001000 111000 0 1000100 1001011 1101 110 1001000 110111

Color Harmonies of #DE4838

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4838

Black with #DE4838

Text Example


Text Example

White with #DE4838

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4838; }

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

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

background-color css

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

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

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

border-color css

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

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

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