Html Css Color HEX #E23A1F Cinnabar

📋 copy color: '#E23A1F'

red 226 ◦ green 58 ◦ blue 31

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

Shades of Cinnabar #E23A1F

Tints of Cinnabar #E23A1F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.84%

R = 71.75%
G = 18.41%
B = 9.84%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.86

 K value IS 0.11

RGB Variations

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

Color information

#E23A1F (or 0xE23A1F) is known color: Cinnabar. HEX triplet: E2, 3A and 1F. RGB value is (226,58,31). Sum of RGB (Red+Green+Blue) = 226+58+31=315 (41% of max value = 765). Red value is 226 (88.67% from 255 or 71.75% from 315); Green value is 58 (23.05% from 255 or 18.41% from 315); Blue value is 31 (12.5% from 255 or 9.84% from 315); Max value from RGB is 226 - color contains mainly: red. Hex color #E23A1F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E23A1F is #1DC5E0. Grayscale: #696969. Windows color (decimal): -1951201 or 2046690. OLE color: 2046690.

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

Color convert

RGB 226 58 31 -
CMYK 0 0.74 0.86 0.11
HSL 8.31º 0.77% 0.5% -
HSV(B) 8.31º 0.86% 0.89% -
XYZ 33.12 19.29 3.27 -
YUV 105.15 86.16 214.2 -
System Red Green Blue C M Y K H S L
Decimal 226 58 31 0 0.74 0.86 0.11 8.31 0.77 0.5
Hex E2 3A 1F 0 4A 56 B 8 4D 32
Octal 342 72 37 0 112 126 13 10 115 62
Binary 11100010 111010 11111 0 1001010 1010110 1011 1000 1001101 110010

Color Harmonies of #E23A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E23A1F

Black with #E23A1F

Text Example


Text Example

White with #E23A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E23A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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