Html Css Color HEX #DE3E3C Cinnabar

📋 copy color: '#DE3E3C'

red 222 ◦ green 62 ◦ blue 60

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

Shades of Cinnabar #DE3E3C

Tints of Cinnabar #DE3E3C

RGB

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

 GREEN value IS 62 (24.61% from 255) = 18.02%

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

R = 64.53%
G = 18.02%
B = 17.44%

CMYK

 C value IS 0

 M value IS 0.72

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE3E3C (or 0xDE3E3C) is known color: Cinnabar. HEX triplet: DE, 3E and 3C. RGB value is (222,62,60). Sum of RGB (Red+Green+Blue) = 222+62+60=344 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.53% from 344); Green value is 62 (24.61% from 255 or 18.02% from 344); Blue value is 60 (23.83% from 255 or 17.44% from 344); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3E3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3E3C is #21C1C3. Grayscale: #6D6D6D. Windows color (decimal): -2212292 or 3948254. OLE color: 3948254.

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

Color convert

RGB 222 62 60 -
CMYK 0 0.72 0.73 0.13
HSL 0.74º 0.71% 0.55% -
HSV(B) 0.74º 0.73% 0.87% -
XYZ 32.66 19.3 6.28 -
YUV 109.61 100.01 208.16 -
System Red Green Blue C M Y K H S L
Decimal 222 62 60 0 0.72 0.73 0.13 0.74 0.71 0.55
Hex DE 3E 3C 0 48 49 D 1 47 37
Octal 336 76 74 0 110 111 15 1 107 67
Binary 11011110 111110 111100 0 1001000 1001001 1101 1 1000111 110111

Color Harmonies of #DE3E3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3E3C

Black with #DE3E3C

Text Example


Text Example

White with #DE3E3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3E3C; }

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

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

background-color css

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

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

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

border-color css

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

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

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