Html Css Color HEX #DE412C Cinnabar

📋 copy color: '#DE412C'

red 222 ◦ green 65 ◦ blue 44

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

Shades of Cinnabar #DE412C

Tints of Cinnabar #DE412C

RGB

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

 GREEN value IS 65 (25.78% from 255) = 19.64%

 BLUE value IS 44 (17.58% from 255) = 13.29%

R = 67.07%
G = 19.64%
B = 13.29%

CMYK

 C value IS 0

 M value IS 0.71

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE412C (or 0xDE412C) is known color: Cinnabar. HEX triplet: DE, 41 and 2C. RGB value is (222,65,44). Sum of RGB (Red+Green+Blue) = 222+65+44=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 65 (25.78% from 255 or 19.64% from 331); Blue value is 44 (17.58% from 255 or 13.29% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE412C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE412C is #21BED3. Grayscale: #6D6D6D. Windows color (decimal): -2211540 or 2900446. OLE color: 2900446.

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

Color convert

RGB 222 65 44 -
CMYK 0 0.71 0.80 0.13
HSL 7.08º 0.73% 0.52% -
HSV(B) 7.08º 0.8% 0.87% -
XYZ 32.47 19.49 4.43 -
YUV 109.55 91.01 208.21 -
System Red Green Blue C M Y K H S L
Decimal 222 65 44 0 0.71 0.80 0.13 7.08 0.73 0.52
Hex DE 41 2C 0 47 50 D 7 49 34
Octal 336 101 54 0 107 120 15 7 111 64
Binary 11011110 1000001 101100 0 1000111 1010000 1101 111 1001001 110100

Color Harmonies of #DE412C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE412C

Black with #DE412C

Text Example


Text Example

White with #DE412C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE412C; }

 p { color: rgb(222,65,44); }

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

background-color css

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

 a { background-color: rgb(222,65,44); }

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

border-color css

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

 span { border-color: rgb(222,65,44); }

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