Html Css Color HEX #E22F2D Cinnabar

📋 copy color: '#E22F2D'

red 226 ◦ green 47 ◦ blue 45

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

Shades of Cinnabar #E22F2D

Tints of Cinnabar #E22F2D

RGB

 RED value IS 226 (88.67% from 255) = 71.07%

 GREEN value IS 47 (18.75% from 255) = 14.78%

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

R = 71.07%
G = 14.78%
B = 14.15%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.80

 K value IS 0.11

RGB Variations

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

Color information

#E22F2D (or 0xE22F2D) is known color: Cinnabar. HEX triplet: E2, 2F and 2D. RGB value is (226,47,45). Sum of RGB (Red+Green+Blue) = 226+47+45=318 (42% of max value = 765). Red value is 226 (88.67% from 255 or 71.07% from 318); Green value is 47 (18.75% from 255 or 14.78% from 318); Blue value is 45 (17.97% from 255 or 14.15% from 318); Max value from RGB is 226 - color contains mainly: red. Hex color #E22F2D is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E22F2D is #1DD0D2. Grayscale: #646464. Windows color (decimal): -1954003 or 2961378. OLE color: 2961378.

HSL color Cylindrical-coordinate representation of color #E22F2D: hue angle of 0.66º degrees, saturation: 0.76, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #E22F2D is Cyan = 0, Magento = 0.79, Yellow = 0.80 and Black (K on CMYK) = 0.11.

Color convert

RGB 226 47 45 -
CMYK 0 0.79 0.80 0.11
HSL 0.66º 0.76% 0.53% -
HSV(B) 0.66º 0.8% 0.89% -
XYZ 32.85 18.39 4.3 -
YUV 100.29 96.8 217.66 -
System Red Green Blue C M Y K H S L
Decimal 226 47 45 0 0.79 0.80 0.11 0.66 0.76 0.53
Hex E2 2F 2D 0 4F 50 B 1 4C 35
Octal 342 57 55 0 117 120 13 1 114 65
Binary 11100010 101111 101101 0 1001111 1010000 1011 1 1001100 110101

Color Harmonies of #E22F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E22F2D

Black with #E22F2D

Text Example


Text Example

White with #E22F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E22F2D; }

 p { color: rgb(226,47,45); }

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

background-color css

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

 a { background-color: rgb(226,47,45); }

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

border-color css

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

 span { border-color: rgb(226,47,45); }

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