Html Css Color HEX #DE4542 Cinnabar

📋 copy color: '#DE4542'

red 222 ◦ green 69 ◦ blue 66

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

Shades of Cinnabar #DE4542

Tints of Cinnabar #DE4542

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 18.49%

R = 62.18%
G = 19.33%
B = 18.49%

CMYK

 C value IS 0

 M value IS 0.69

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE4542 (or 0xDE4542) is known color: Cinnabar. HEX triplet: DE, 45 and 42. RGB value is (222,69,66). Sum of RGB (Red+Green+Blue) = 222+69+66=357 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.18% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 66 (26.17% from 255 or 18.49% from 357); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4542 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4542 is #21BABD. Grayscale: #727272. Windows color (decimal): -2210494 or 4343262. OLE color: 4343262.

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

Color convert

RGB 222 69 66 -
CMYK 0 0.69 0.70 0.13
HSL 1.15º 0.7% 0.56% -
HSV(B) 1.15º 0.7% 0.87% -
XYZ 33.24 20.18 7.3 -
YUV 114.41 100.69 204.74 -
System Red Green Blue C M Y K H S L
Decimal 222 69 66 0 0.69 0.70 0.13 1.15 0.7 0.56
Hex DE 45 42 0 45 46 D 1 46 38
Octal 336 105 102 0 105 106 15 1 106 70
Binary 11011110 1000101 1000010 0 1000101 1000110 1101 1 1000110 111000

Color Harmonies of #DE4542

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4542

Black with #DE4542

Text Example


Text Example

White with #DE4542

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4542; }

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

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

background-color css

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

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

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

border-color css

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

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

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