Html Css Color HEX #DE4343 Cinnabar

📋 copy color: '#DE4343'

red 222 ◦ green 67 ◦ blue 67

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

Shades of Cinnabar #DE4343

Tints of Cinnabar #DE4343

RGB

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

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

 BLUE value IS 67 (26.56% from 255) = 18.82%

R = 62.36%
G = 18.82%
B = 18.82%

CMYK

 C value IS 0

 M value IS 0.70

 Y value IS 0.70

 K value IS 0.13

RGB Variations

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

Color information

#DE4343 (or 0xDE4343) is known color: Cinnabar. HEX triplet: DE, 43 and 43. RGB value is (222,67,67). Sum of RGB (Red+Green+Blue) = 222+67+67=356 (47% of max value = 765). Red value is 222 (87.11% from 255 or 62.36% from 356); Green value is 67 (26.56% from 255 or 18.82% from 356); Blue value is 67 (26.56% from 255 or 18.82% from 356); Max value from RGB is 222 - color contains mainly: red. Hex color #DE4343 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE4343 is #21BCBC. Grayscale: #717171. Windows color (decimal): -2211005 or 4408286. OLE color: 4408286.

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

Color convert

RGB 222 67 67 -
CMYK 0 0.70 0.70 0.13
HSL 0.7% 0.57% -
HSV(B) 0.7% 0.87% -
XYZ 33.14 19.95 7.41 -
YUV 113.35 101.85 205.5 -
System Red Green Blue C M Y K H S L
Decimal 222 67 67 0 0.70 0.70 0.13 0 0.7 0.57
Hex DE 43 43 0 46 46 D 0 46 39
Octal 336 103 103 0 106 106 15 0 106 71
Binary 11011110 1000011 1000011 0 1000110 1000110 1101 0 1000110 111001

Color Harmonies of #DE4343

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE4343

Black with #DE4343

Text Example


Text Example

White with #DE4343

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE4343; }

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

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

background-color css

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

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

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

border-color css

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

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

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