Html Css Color HEX #E93A1F Cinnabar

📋 copy color: '#E93A1F'

red 233 ◦ green 58 ◦ blue 31

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

Shades of Cinnabar #E93A1F

Tints of Cinnabar #E93A1F

RGB

 RED value IS 233 (91.41% from 255) = 72.36%

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

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

R = 72.36%
G = 18.01%
B = 9.63%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E93A1F (or 0xE93A1F) is known color: Cinnabar. HEX triplet: E9, 3A and 1F. RGB value is (233,58,31). Sum of RGB (Red+Green+Blue) = 233+58+31=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 58 (23.05% from 255 or 18.01% from 322); Blue value is 31 (12.5% from 255 or 9.63% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A1F is #16C5E0. Grayscale: #6B6B6B. Windows color (decimal): -1492449 or 2046697. OLE color: 2046697.

HSL color Cylindrical-coordinate representation of color #E93A1F: hue angle of 8.02º degrees, saturation: 0.82, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #E93A1F is Cyan = 0, Magento = 0.75, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 58 31 -
CMYK 0 0.75 0.87 0.09
HSL 8.02º 0.82% 0.52% -
HSV(B) 8.02º 0.87% 0.91% -
XYZ 35.36 20.45 3.38 -
YUV 107.25 84.98 217.7 -
System Red Green Blue C M Y K H S L
Decimal 233 58 31 0 0.75 0.87 0.09 8.02 0.82 0.52
Hex E9 3A 1F 0 4B 57 9 8 52 34
Octal 351 72 37 0 113 127 11 10 122 64
Binary 11101001 111010 11111 0 1001011 1010111 1001 1000 1010010 110100

Color Harmonies of #E93A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A1F

Black with #E93A1F

Text Example


Text Example

White with #E93A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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