Html Css Color HEX #DE4C3E Cinnabar

📋 copy color: '#DE4C3E'

red 222 ◦ green 76 ◦ blue 62

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

Shades of Cinnabar #DE4C3E

Tints of Cinnabar #DE4C3E

RGB

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

 GREEN value IS 76 (30.08% from 255) = 21.11%

 BLUE value IS 62 (24.61% from 255) = 17.22%

R = 61.67%
G = 21.11%
B = 17.22%

CMYK

 C value IS 0

 M value IS 0.66

 Y value IS 0.72

 K value IS 0.13

RGB Variations

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

Color information

#DE4C3E (or 0xDE4C3E) is known color: Cinnabar. HEX triplet: DE, 4C and 3E. RGB value is (222,76,62). Sum of RGB (Red+Green+Blue) = 222+76+62=360 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.67% from 360); Green value is 76 (30.08% from 255 or 21.11% from 360); Blue value is 62 (24.61% from 255 or 17.22% from 360); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4C3E is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4C3E is #21B3C1. Grayscale: #767676. Windows color (decimal): -2208706 or 4082910. OLE color: 4082910.

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

Color convert

RGB 222 76 62 -
CMYK 0 0.66 0.72 0.13
HSL 5.25º 0.71% 0.56% -
HSV(B) 5.25º 0.72% 0.87% -
XYZ 33.58 21.05 6.85 -
YUV 118.06 96.37 202.14 -
System Red Green Blue C M Y K H S L
Decimal 222 76 62 0 0.66 0.72 0.13 5.25 0.71 0.56
Hex DE 4C 3E 0 42 48 D 5 47 38
Octal 336 114 76 0 102 110 15 5 107 70
Binary 11011110 1001100 111110 0 1000010 1001000 1101 101 1000111 111000

Color Harmonies of #DE4C3E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4C3E

Black with #DE4C3E

Text Example


Text Example

White with #DE4C3E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4C3E; }

 p { color: rgb(222,76,62); }

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

background-color css

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

 a { background-color: rgb(222,76,62); }

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

border-color css

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

 span { border-color: rgb(222,76,62); }

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