Html Css Color HEX #DE3A3A Cinnabar

📋 copy color: '#DE3A3A'

red 222 ◦ green 58 ◦ blue 58

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

Shades of Cinnabar #DE3A3A

Tints of Cinnabar #DE3A3A

RGB

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

 GREEN value IS 58 (23.05% from 255) = 17.16%

 BLUE value IS 58 (23.05% from 255) = 17.16%

R = 65.68%
G = 17.16%
B = 17.16%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.74

 K value IS 0.13

RGB Variations

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

Color information

#DE3A3A (or 0xDE3A3A) is known color: Cinnabar. HEX triplet: DE, 3A and 3A. RGB value is (222,58,58). Sum of RGB (Red+Green+Blue) = 222+58+58=338 (44% of max value = 765). Red value is 222 (87.11% from 255 or 65.68% from 338); Green value is 58 (23.05% from 255 or 17.16% from 338); Blue value is 58 (23.05% from 255 or 17.16% from 338); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A3A is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A3A is #21C5C5. Grayscale: #6B6B6B. Windows color (decimal): -2213318 or 3816158. OLE color: 3816158.

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

Color convert

RGB 222 58 58 -
CMYK 0 0.74 0.74 0.13
HSL 0.71% 0.55% -
HSV(B) 0.74% 0.87% -
XYZ 32.4 18.86 5.94 -
YUV 107.04 100.33 210 -
System Red Green Blue C M Y K H S L
Decimal 222 58 58 0 0.74 0.74 0.13 0 0.71 0.55
Hex DE 3A 3A 0 4A 4A D 0 47 37
Octal 336 72 72 0 112 112 15 0 107 67
Binary 11011110 111010 111010 0 1001010 1001010 1101 0 1000111 110111

Color Harmonies of #DE3A3A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A3A

Black with #DE3A3A

Text Example


Text Example

White with #DE3A3A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A3A; }

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

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

background-color css

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

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

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

border-color css

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

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

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