Html Css Color HEX #DE4328 Cinnabar

📋 copy color: '#DE4328'

red 222 ◦ green 67 ◦ blue 40

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

Shades of Cinnabar #DE4328

Tints of Cinnabar #DE4328

RGB

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

 GREEN value IS 67 (26.56% from 255) = 20.36%

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

R = 67.48%
G = 20.36%
B = 12.16%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.82

 K value IS 0.13

RGB Variations

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

Color information

#DE4328 (or 0xDE4328) is known color: Cinnabar. HEX triplet: DE, 43 and 28. RGB value is (222,67,40). Sum of RGB (Red+Green+Blue) = 222+67+40=329 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.48% from 329); Green value is 67 (26.56% from 255 or 20.36% from 329); Blue value is 40 (16.02% from 255 or 12.16% from 329); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4328 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4328 is #21BCD7. Grayscale: #6E6E6E. Windows color (decimal): -2211032 or 2638814. OLE color: 2638814.

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

Color convert

RGB 222 67 40 -
CMYK 0 0.70 0.82 0.13
HSL 8.9º 0.73% 0.51% -
HSV(B) 8.9º 0.82% 0.87% -
XYZ 32.51 19.7 4.1 -
YUV 110.27 88.35 207.7 -
System Red Green Blue C M Y K H S L
Decimal 222 67 40 0 0.70 0.82 0.13 8.9 0.73 0.51
Hex DE 43 28 0 46 52 D 9 49 33
Octal 336 103 50 0 106 122 15 11 111 63
Binary 11011110 1000011 101000 0 1000110 1010010 1101 1001 1001001 110011

Color Harmonies of #DE4328

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4328

Black with #DE4328

Text Example


Text Example

White with #DE4328

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4328; }

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

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

background-color css

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

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

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

border-color css

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

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

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