Html Css Color HEX #DE3127 Cinnabar

📋 copy color: '#DE3127'

red 222 ◦ green 49 ◦ blue 39

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

Shades of Cinnabar #DE3127

Tints of Cinnabar #DE3127

RGB

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

 GREEN value IS 49 (19.53% from 255) = 15.81%

 BLUE value IS 39 (15.63% from 255) = 12.58%

R = 71.61%
G = 15.81%
B = 12.58%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE3127 (or 0xDE3127) is known color: Cinnabar. HEX triplet: DE, 31 and 27. RGB value is (222,49,39). Sum of RGB (Red+Green+Blue) = 222+49+39=310 (41% of max value = 765). Red value is 222 (87.11% from 255 or 71.61% from 310); Green value is 49 (19.53% from 255 or 15.81% from 310); Blue value is 39 (15.62% from 255 or 12.58% from 310); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3127 is #21CED8. Grayscale: #636363. Windows color (decimal): -2215641 or 2568670. OLE color: 2568670.

HSL color Cylindrical-coordinate representation of color #DE3127: hue angle of 3.28º degrees, saturation: 0.73, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #DE3127 is Cyan = 0, Magento = 0.78, Yellow = 0.82 and Black (K on CMYK) = 0.13.

Color convert

RGB 222 49 39 -
CMYK 0 0.78 0.82 0.13
HSL 3.28º 0.73% 0.51% -
HSV(B) 3.28º 0.82% 0.87% -
XYZ 31.59 17.87 3.7 -
YUV 99.59 93.81 215.31 -
System Red Green Blue C M Y K H S L
Decimal 222 49 39 0 0.78 0.82 0.13 3.28 0.73 0.51
Hex DE 31 27 0 4E 52 D 3 49 33
Octal 336 61 47 0 116 122 15 3 111 63
Binary 11011110 110001 100111 0 1001110 1010010 1101 11 1001001 110011

Color Harmonies of #DE3127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3127

Black with #DE3127

Text Example


Text Example

White with #DE3127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3127; }

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

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

background-color css

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

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

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

border-color css

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

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

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