Html Css Color HEX #E43A2F Cinnabar

📋 copy color: '#E43A2F'

red 228 ◦ green 58 ◦ blue 47

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

Shades of Cinnabar #E43A2F

Tints of Cinnabar #E43A2F

RGB

 RED value IS 228 (89.45% from 255) = 68.47%

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

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

R = 68.47%
G = 17.42%
B = 14.11%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.79

 K value IS 0.11

RGB Variations

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

Color information

#E43A2F (or 0xE43A2F) is known color: Cinnabar. HEX triplet: E4, 3A and 2F. RGB value is (228,58,47). Sum of RGB (Red+Green+Blue) = 228+58+47=333 (44% of max value = 765). Red value is 228 (89.45% from 255 or 68.47% from 333); Green value is 58 (23.05% from 255 or 17.42% from 333); Blue value is 47 (18.75% from 255 or 14.11% from 333); Max value from RGB is 228 - color contains mainly: red. Hex color #E43A2F is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E43A2F is #1BC5D0. Grayscale: #6B6B6B. Windows color (decimal): -1820113 or 3095268. OLE color: 3095268.

HSL color Cylindrical-coordinate representation of color #E43A2F: hue angle of 3.65º degrees, saturation: 0.77, 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 #E43A2F is Cyan = 0, Magento = 0.75, Yellow = 0.79 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 58 47 -
CMYK 0 0.75 0.79 0.11
HSL 3.65º 0.77% 0.54% -
HSV(B) 3.65º 0.79% 0.89% -
XYZ 34.02 19.73 4.7 -
YUV 107.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 228 58 47 0 0.75 0.79 0.11 3.65 0.77 0.54
Hex E4 3A 2F 0 4B 4F B 4 4D 36
Octal 344 72 57 0 113 117 13 4 115 66
Binary 11100100 111010 101111 0 1001011 1001111 1011 100 1001101 110110

Color Harmonies of #E43A2F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E43A2F

Black with #E43A2F

Text Example


Text Example

White with #E43A2F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E43A2F; }

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

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

background-color css

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

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

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

border-color css

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

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

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