Html Css Color HEX #DE3A30 Cinnabar

📋 copy color: '#DE3A30'

red 222 ◦ green 58 ◦ blue 48

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

Shades of Cinnabar #DE3A30

Tints of Cinnabar #DE3A30

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 14.63%

R = 67.68%
G = 17.68%
B = 14.63%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.78

 K value IS 0.13

RGB Variations

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

Color information

#DE3A30 (or 0xDE3A30) is known color: Cinnabar. HEX triplet: DE, 3A and 30. RGB value is (222,58,48). Sum of RGB (Red+Green+Blue) = 222+58+48=328 (43% of max value = 765). Red value is 222 (87.11% from 255 or 67.68% from 328); Green value is 58 (23.05% from 255 or 17.68% from 328); Blue value is 48 (19.14% from 255 or 14.63% from 328); Max value from RGB is 222 - color contains mainly: red. Hex color #DE3A30 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #DE3A30 is #21C5CF. Grayscale: #6A6A6A. Windows color (decimal): -2213328 or 3160798. OLE color: 3160798.

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

Color convert

RGB 222 58 48 -
CMYK 0 0.74 0.78 0.13
HSL 3.45º 0.73% 0.53% -
HSV(B) 3.45º 0.78% 0.87% -
XYZ 32.17 18.77 4.72 -
YUV 105.9 95.33 210.81 -
System Red Green Blue C M Y K H S L
Decimal 222 58 48 0 0.74 0.78 0.13 3.45 0.73 0.53
Hex DE 3A 30 0 4A 4E D 3 48 35
Octal 336 72 60 0 112 116 15 3 110 65
Binary 11011110 111010 110000 0 1001010 1001110 1101 11 1001000 110101

Color Harmonies of #DE3A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DE3A30

Black with #DE3A30

Text Example


Text Example

White with #DE3A30

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DE3A30; }

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

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

background-color css

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

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

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

border-color css

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

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

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