Html Css Color HEX #DE4841 Cinnabar

📋 copy color: '#DE4841'

red 222 ◦ green 72 ◦ blue 65

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

Shades of Cinnabar #DE4841

Tints of Cinnabar #DE4841

RGB

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

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

 BLUE value IS 65 (25.78% from 255) = 18.11%

R = 61.84%
G = 20.06%
B = 18.11%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.71

 K value IS 0.13

RGB Variations

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

Color information

#DE4841 (or 0xDE4841) is known color: Cinnabar. HEX triplet: DE, 48 and 41. RGB value is (222,72,65). Sum of RGB (Red+Green+Blue) = 222+72+65=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 72 (28.52% from 255 or 20.06% from 359); Blue value is 65 (25.78% from 255 or 18.11% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4841 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4841 is #21B7BE. Grayscale: #747474. Windows color (decimal): -2209727 or 4278494. OLE color: 4278494.

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

Color convert

RGB 222 72 65 -
CMYK 0 0.68 0.71 0.13
HSL 2.68º 0.7% 0.56% -
HSV(B) 2.68º 0.71% 0.87% -
XYZ 33.4 20.55 7.21 -
YUV 116.05 99.2 203.57 -
System Red Green Blue C M Y K H S L
Decimal 222 72 65 0 0.68 0.71 0.13 2.68 0.7 0.56
Hex DE 48 41 0 44 47 D 3 46 38
Octal 336 110 101 0 104 107 15 3 106 70
Binary 11011110 1001000 1000001 0 1000100 1000111 1101 11 1000110 111000

Color Harmonies of #DE4841

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4841

Black with #DE4841

Text Example


Text Example

White with #DE4841

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4841; }

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

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

background-color css

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

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

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

border-color css

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

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

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