Html Css Color HEX #DE403D Cinnabar

📋 copy color: '#DE403D'

red 222 ◦ green 64 ◦ blue 61

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

Shades of Cinnabar #DE403D

Tints of Cinnabar #DE403D

RGB

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

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

 BLUE value IS 61 (24.22% from 255) = 17.58%

R = 63.98%
G = 18.44%
B = 17.58%

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

#DE403D (or 0xDE403D) is known color: Cinnabar. HEX triplet: DE, 40 and 3D. RGB value is (222,64,61). Sum of RGB (Red+Green+Blue) = 222+64+61=347 (45% of max value = 765). Red value is 222 (87.11% from 255 or 63.98% from 347); Green value is 64 (25.39% from 255 or 18.44% from 347); Blue value is 61 (24.22% from 255 or 17.58% from 347); Max value from RGB is 222 - color contains mainly: red. Hex color #DE403D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE403D is #21BFC2. Grayscale: #6F6F6F. Windows color (decimal): -2211779 or 4014302. OLE color: 4014302.

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

Color convert

RGB 222 64 61 -
CMYK 0 0.71 0.73 0.13
HSL 1.12º 0.71% 0.55% -
HSV(B) 1.12º 0.73% 0.87% -
XYZ 32.8 19.53 6.46 -
YUV 110.9 99.85 207.24 -
System Red Green Blue C M Y K H S L
Decimal 222 64 61 0 0.71 0.73 0.13 1.12 0.71 0.55
Hex DE 40 3D 0 47 49 D 1 47 37
Octal 336 100 75 0 107 111 15 1 107 67
Binary 11011110 1000000 111101 0 1000111 1001001 1101 1 1000111 110111

Color Harmonies of #DE403D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE403D

Black with #DE403D

Text Example


Text Example

White with #DE403D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE403D; }

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

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

background-color css

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

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

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

border-color css

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

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

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