Html Css Color HEX #DE452D Cinnabar

📋 copy color: '#DE452D'

red 222 ◦ green 69 ◦ blue 45

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

Shades of Cinnabar #DE452D

Tints of Cinnabar #DE452D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.39%

R = 66.07%
G = 20.54%
B = 13.39%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.80

 K value IS 0.13

RGB Variations

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

Color information

#DE452D (or 0xDE452D) is known color: Cinnabar. HEX triplet: DE, 45 and 2D. RGB value is (222,69,45). Sum of RGB (Red+Green+Blue) = 222+69+45=336 (44% of max value = 765). Red value is 222 (87.11% from 255 or 66.07% from 336); Green value is 69 (27.34% from 255 or 20.54% from 336); Blue value is 45 (17.97% from 255 or 13.39% from 336); Max value from RGB is 222 - color contains mainly: red. Hex color #DE452D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE452D is #21BAD2. Grayscale: #707070. Windows color (decimal): -2210515 or 2967006. OLE color: 2967006.

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

Color convert

RGB 222 69 45 -
CMYK 0 0.69 0.80 0.13
HSL 8.14º 0.73% 0.52% -
HSV(B) 8.14º 0.8% 0.87% -
XYZ 32.73 19.98 4.61 -
YUV 112.01 90.19 206.45 -
System Red Green Blue C M Y K H S L
Decimal 222 69 45 0 0.69 0.80 0.13 8.14 0.73 0.52
Hex DE 45 2D 0 45 50 D 8 49 34
Octal 336 105 55 0 105 120 15 10 111 64
Binary 11011110 1000101 101101 0 1000101 1010000 1101 1000 1001001 110100

Color Harmonies of #DE452D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE452D

Black with #DE452D

Text Example


Text Example

White with #DE452D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE452D; }

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

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

background-color css

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

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

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

border-color css

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

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

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