Html Css Color HEX #DE4629 Cinnabar

📋 copy color: '#DE4629'

red 222 ◦ green 70 ◦ blue 41

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

Shades of Cinnabar #DE4629

Tints of Cinnabar #DE4629

RGB

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

 GREEN value IS 70 (27.73% from 255) = 21.02%

 BLUE value IS 41 (16.41% from 255) = 12.31%

R = 66.67%
G = 21.02%
B = 12.31%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4629 (or 0xDE4629) is known color: Cinnabar. HEX triplet: DE, 46 and 29. RGB value is (222,70,41). Sum of RGB (Red+Green+Blue) = 222+70+41=333 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.67% from 333); Green value is 70 (27.73% from 255 or 21.02% from 333); Blue value is 41 (16.41% from 255 or 12.31% from 333); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4629 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4629 is #21B9D6. Grayscale: #707070. Windows color (decimal): -2210263 or 2705118. OLE color: 2705118.

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

Color convert

RGB 222 70 41 -
CMYK 0 0.68 0.82 0.13
HSL 9.61º 0.73% 0.52% -
HSV(B) 9.61º 0.82% 0.87% -
XYZ 32.71 20.07 4.25 -
YUV 112.14 87.86 206.36 -
System Red Green Blue C M Y K H S L
Decimal 222 70 41 0 0.68 0.82 0.13 9.61 0.73 0.52
Hex DE 46 29 0 44 52 D A 49 34
Octal 336 106 51 0 104 122 15 12 111 64
Binary 11011110 1000110 101001 0 1000100 1010010 1101 1010 1001001 110100

Color Harmonies of #DE4629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4629

Black with #DE4629

Text Example


Text Example

White with #DE4629

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4629; }

 p { color: rgb(222,70,41); }

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

background-color css

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

 a { background-color: rgb(222,70,41); }

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

border-color css

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

 span { border-color: rgb(222,70,41); }

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