Html Css Color HEX #DE4529 Cinnabar

📋 copy color: '#DE4529'

red 222 ◦ green 69 ◦ blue 41

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

Shades of Cinnabar #DE4529

Tints of Cinnabar #DE4529

RGB

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

 GREEN value IS 69 (27.34% from 255) = 20.78%

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

R = 66.87%
G = 20.78%
B = 12.35%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4529 (or 0xDE4529) is known color: Cinnabar. HEX triplet: DE, 45 and 29. RGB value is (222,69,41). Sum of RGB (Red+Green+Blue) = 222+69+41=332 (43% of max value = 765). Red value is 222 (87.11% from 255 or 66.87% from 332); Green value is 69 (27.34% from 255 or 20.78% from 332); Blue value is 41 (16.41% from 255 or 12.35% from 332); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4529 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4529 is #21BAD6. Grayscale: #6F6F6F. Windows color (decimal): -2210519 or 2704862. OLE color: 2704862.

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

Color convert

RGB 222 69 41 -
CMYK 0 0.69 0.82 0.13
HSL 9.28º 0.73% 0.52% -
HSV(B) 9.28º 0.82% 0.87% -
XYZ 32.65 19.95 4.23 -
YUV 111.56 88.19 206.78 -
System Red Green Blue C M Y K H S L
Decimal 222 69 41 0 0.69 0.82 0.13 9.28 0.73 0.52
Hex DE 45 29 0 45 52 D 9 49 34
Octal 336 105 51 0 105 122 15 11 111 64
Binary 11011110 1000101 101001 0 1000101 1010010 1101 1001 1001001 110100

Color Harmonies of #DE4529

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4529

Black with #DE4529

Text Example


Text Example

White with #DE4529

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4529; }

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

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

background-color css

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

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

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

border-color css

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

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

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