Html Css Color HEX #DE403C Cinnabar

📋 copy color: '#DE403C'

red 222 ◦ green 64 ◦ blue 60

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

Shades of Cinnabar #DE403C

Tints of Cinnabar #DE403C

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.5%

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

R = 64.16%
G = 18.5%
B = 17.34%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.73

 K value IS 0.13

RGB Variations

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

Color information

#DE403C (or 0xDE403C) is known color: Cinnabar. HEX triplet: DE, 40 and 3C. RGB value is (222,64,60). Sum of RGB (Red+Green+Blue) = 222+64+60=346 (45% of max value = 765). Red value is 222 (87.11% from 255 or 64.16% from 346); Green value is 64 (25.39% from 255 or 18.50% from 346); Blue value is 60 (23.83% from 255 or 17.34% from 346); Max value from RGB is 222 - color contains mainly: red. Hex color #DE403C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE403C is #21BFC3. Grayscale: #6E6E6E. Windows color (decimal): -2211780 or 3948766. OLE color: 3948766.

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

Color convert

RGB 222 64 60 -
CMYK 0 0.71 0.73 0.13
HSL 1.48º 0.71% 0.55% -
HSV(B) 1.48º 0.73% 0.87% -
XYZ 32.77 19.52 6.32 -
YUV 110.79 99.35 207.33 -
System Red Green Blue C M Y K H S L
Decimal 222 64 60 0 0.71 0.73 0.13 1.48 0.71 0.55
Hex DE 40 3C 0 47 49 D 1 47 37
Octal 336 100 74 0 107 111 15 1 107 67
Binary 11011110 1000000 111100 0 1000111 1001001 1101 1 1000111 110111

Color Harmonies of #DE403C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE403C

Black with #DE403C

Text Example


Text Example

White with #DE403C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE403C; }

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

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

background-color css

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

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

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

border-color css

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

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

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