Html Css Color HEX #E93F1F Cinnabar

📋 copy color: '#E93F1F'

red 233 ◦ green 63 ◦ blue 31

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

Shades of Cinnabar #E93F1F

Tints of Cinnabar #E93F1F

RGB

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

 GREEN value IS 63 (25% from 255) = 19.27%

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

R = 71.25%
G = 19.27%
B = 9.48%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.87

 K value IS 0.09

RGB Variations

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

Color information

#E93F1F (or 0xE93F1F) is known color: Cinnabar. HEX triplet: E9, 3F and 1F. RGB value is (233,63,31). Sum of RGB (Red+Green+Blue) = 233+63+31=327 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.25% from 327); Green value is 63 (25% from 255 or 19.27% from 327); Blue value is 31 (12.5% from 255 or 9.48% from 327); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F1F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93F1F is #16C0E0. Grayscale: #6E6E6E. Windows color (decimal): -1491169 or 2047977. OLE color: 2047977.

HSL color Cylindrical-coordinate representation of color #E93F1F: hue angle of 9.5º 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 #E93F1F is Cyan = 0, Magento = 0.73, Yellow = 0.87 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 63 31 -
CMYK 0 0.73 0.87 0.09
HSL 9.5º 0.82% 0.52% -
HSV(B) 9.5º 0.87% 0.91% -
XYZ 35.63 20.98 3.47 -
YUV 110.18 83.32 215.6 -
System Red Green Blue C M Y K H S L
Decimal 233 63 31 0 0.73 0.87 0.09 9.5 0.82 0.52
Hex E9 3F 1F 0 49 57 9 A 52 34
Octal 351 77 37 0 111 127 11 12 122 64
Binary 11101001 111111 11111 0 1001001 1010111 1001 1010 1010010 110100

Color Harmonies of #E93F1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F1F

Black with #E93F1F

Text Example


Text Example

White with #E93F1F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F1F; }

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

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

background-color css

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

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

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

border-color css

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

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

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