Html Css Color HEX #DE4B27 Cinnabar

📋 copy color: '#DE4B27'

red 222 ◦ green 75 ◦ blue 39

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

Shades of Cinnabar #DE4B27

Tints of Cinnabar #DE4B27

RGB

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

 GREEN value IS 75 (29.69% from 255) = 22.32%

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

R = 66.07%
G = 22.32%
B = 11.61%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4B27 (or 0xDE4B27) is known color: Cinnabar. HEX triplet: DE, 4B and 27. RGB value is (222,75,39). Sum of RGB (Red+Green+Blue) = 222+75+39=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 75 (29.69% from 255 or 22.32% from 336); Blue value is 39 (15.62% from 255 or 11.61% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4B27 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4B27 is #21B4D8. Grayscale: #737373. Windows color (decimal): -2208985 or 2575326. OLE color: 2575326.

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

Color convert

RGB 222 75 39 -
CMYK 0 0.66 0.82 0.13
HSL 11.8º 0.73% 0.51% -
HSV(B) 11.8º 0.82% 0.87% -
XYZ 33.01 20.71 4.18 -
YUV 114.85 85.2 204.43 -
System Red Green Blue C M Y K H S L
Decimal 222 75 39 0 0.66 0.82 0.13 11.8 0.73 0.51
Hex DE 4B 27 0 42 52 D C 49 33
Octal 336 113 47 0 102 122 15 14 111 63
Binary 11011110 1001011 100111 0 1000010 1010010 1101 1100 1001001 110011

Color Harmonies of #DE4B27

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4B27

Black with #DE4B27

Text Example


Text Example

White with #DE4B27

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4B27; }

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

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

background-color css

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

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

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

border-color css

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

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

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