Html Css Color HEX #DE4127 Cinnabar

📋 copy color: '#DE4127'

red 222 ◦ green 65 ◦ blue 39

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

Shades of Cinnabar #DE4127

Tints of Cinnabar #DE4127

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.94%

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

R = 68.1%
G = 19.94%
B = 11.96%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4127 (or 0xDE4127) is known color: Cinnabar. HEX triplet: DE, 41 and 27. RGB value is (222,65,39). Sum of RGB (Red+Green+Blue) = 222+65+39=326 (43% of max value = 765). Red value is 222 (87.11% from 255 or 68.10% from 326); Green value is 65 (25.78% from 255 or 19.94% from 326); Blue value is 39 (15.62% from 255 or 11.96% from 326); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4127 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4127 is #21BED8. Grayscale: #6D6D6D. Windows color (decimal): -2211545 or 2572766. OLE color: 2572766.

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

Color convert

RGB 222 65 39 -
CMYK 0 0.71 0.82 0.13
HSL 8.52º 0.73% 0.51% -
HSV(B) 8.52º 0.82% 0.87% -
XYZ 32.38 19.46 3.97 -
YUV 108.98 88.51 208.61 -
System Red Green Blue C M Y K H S L
Decimal 222 65 39 0 0.71 0.82 0.13 8.52 0.73 0.51
Hex DE 41 27 0 47 52 D 9 49 33
Octal 336 101 47 0 107 122 15 11 111 63
Binary 11011110 1000001 100111 0 1000111 1010010 1101 1001 1001001 110011

Color Harmonies of #DE4127

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4127

Black with #DE4127

Text Example


Text Example

White with #DE4127

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4127; }

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

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

background-color css

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

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

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

border-color css

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

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

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