Html Css Color HEX #E23A2F Cinnabar

📋 copy color: '#E23A2F'

red 226 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #E23A2F

Tints of Cinnabar #E23A2F

RGB

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

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

 BLUE value IS 47 (18.75% from 255) = 14.2%

R = 68.28%
G = 17.52%
B = 14.2%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E23A2F (or 0xE23A2F) is known color: Cinnabar. HEX triplet: E2, 3A and 2F. RGB value is (226,58,47). Sum of RGB (Red+Green+Blue) = 226+58+47=331 (43% of max value = 765). Red value is 226 (88.67% from 255 or 68.28% from 331); Green value is 58 (23.05% from 255 or 17.52% from 331); Blue value is 47 (18.75% from 255 or 14.20% from 331); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23A2F is #1DC5D0. Grayscale: #6B6B6B. Windows color (decimal): -1951185 or 3095266. OLE color: 3095266.

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

Color convert

RGB 226 58 47 -
CMYK 0 0.74 0.79 0.11
HSL 3.69º 0.76% 0.54% -
HSV(B) 3.69º 0.79% 0.89% -
XYZ 33.39 19.4 4.67 -
YUV 106.98 94.16 212.89 -
System Red Green Blue C M Y K H S L
Decimal 226 58 47 0 0.74 0.79 0.11 3.69 0.76 0.54
Hex E2 3A 2F 0 4A 4F B 4 4C 36
Octal 342 72 57 0 112 117 13 4 114 66
Binary 11100010 111010 101111 0 1001010 1001111 1011 100 1001100 110110

Color Harmonies of #E23A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23A2F

Black with #E23A2F

Text Example


Text Example

White with #E23A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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