Html Css Color HEX #DE4D3C Cinnabar

📋 copy color: '#DE4D3C'

red 222 ◦ green 77 ◦ blue 60

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

Shades of Cinnabar #DE4D3C

Tints of Cinnabar #DE4D3C

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.45%

 BLUE value IS 60 (23.83% from 255) = 16.71%

R = 61.84%
G = 21.45%
B = 16.71%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE4D3C (or 0xDE4D3C) is known color: Cinnabar. HEX triplet: DE, 4D and 3C. RGB value is (222,77,60). Sum of RGB (Red+Green+Blue) = 222+77+60=359 (47% of max value = 765). Red value is 222 (87.11% from 255 or 61.84% from 359); Green value is 77 (30.47% from 255 or 21.45% from 359); Blue value is 60 (23.83% from 255 or 16.71% from 359); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4D3C is not a web safe color. Web safe color analog (approx): #CC6633. Inversed color of #DE4D3C is #21B2C3. Grayscale: #767676. Windows color (decimal): -2208452 or 3952094. OLE color: 3952094.

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

Color convert

RGB 222 77 60 -
CMYK 0 0.65 0.73 0.13
HSL 6.3º 0.71% 0.55% -
HSV(B) 6.3º 0.73% 0.87% -
XYZ 33.59 21.16 6.59 -
YUV 118.42 95.04 201.88 -
System Red Green Blue C M Y K H S L
Decimal 222 77 60 0 0.65 0.73 0.13 6.3 0.71 0.55
Hex DE 4D 3C 0 41 49 D 6 47 37
Octal 336 115 74 0 101 111 15 6 107 67
Binary 11011110 1001101 111100 0 1000001 1001001 1101 110 1000111 110111

Color Harmonies of #DE4D3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4D3C

Black with #DE4D3C

Text Example


Text Example

White with #DE4D3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4D3C; }

 p { color: rgb(222,77,60); }

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

background-color css

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

 a { background-color: rgb(222,77,60); }

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

border-color css

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

 span { border-color: rgb(222,77,60); }

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