Html Css Color HEX #DE4528 Cinnabar

📋 copy color: '#DE4528'

red 222 ◦ green 69 ◦ blue 40

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

Shades of Cinnabar #DE4528

Tints of Cinnabar #DE4528

RGB

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

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

 BLUE value IS 40 (16.02% from 255) = 12.08%

R = 67.07%
G = 20.85%
B = 12.08%

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

#DE4528 (or 0xDE4528) is known color: Cinnabar. HEX triplet: DE, 45 and 28. RGB value is (222,69,40). Sum of RGB (Red+Green+Blue) = 222+69+40=331 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.07% from 331); Green value is 69 (27.34% from 255 or 20.85% from 331); Blue value is 40 (16.02% from 255 or 12.08% from 331); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4528 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4528 is #21BAD7. Grayscale: #6F6F6F. Windows color (decimal): -2210520 or 2639326. OLE color: 2639326.

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

Color convert

RGB 222 69 40 -
CMYK 0 0.69 0.82 0.13
HSL 9.56º 0.73% 0.51% -
HSV(B) 9.56º 0.82% 0.87% -
XYZ 32.64 19.94 4.14 -
YUV 111.44 87.69 206.86 -
System Red Green Blue C M Y K H S L
Decimal 222 69 40 0 0.69 0.82 0.13 9.56 0.73 0.51
Hex DE 45 28 0 45 52 D A 49 33
Octal 336 105 50 0 105 122 15 12 111 63
Binary 11011110 1000101 101000 0 1000101 1010010 1101 1010 1001001 110011

Color Harmonies of #DE4528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4528

Black with #DE4528

Text Example


Text Example

White with #DE4528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4528; }

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

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

background-color css

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

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

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

border-color css

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

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

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