Html Css Color HEX #E93A1D Cinnabar

📋 copy color: '#E93A1D'

red 233 ◦ green 58 ◦ blue 29

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

Shades of Cinnabar #E93A1D

Tints of Cinnabar #E93A1D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.06%

R = 72.81%
G = 18.13%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.75

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E93A1D (or 0xE93A1D) is known color: Cinnabar. HEX triplet: E9, 3A and 1D. RGB value is (233,58,29). Sum of RGB (Red+Green+Blue) = 233+58+29=320 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.81% from 320); Green value is 58 (23.05% from 255 or 18.12% from 320); Blue value is 29 (11.72% from 255 or 9.06% from 320); Max value from RGB is 233 - color contains mainly: red. Hex color #E93A1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93A1D is #16C5E2. Grayscale: #6B6B6B. Windows color (decimal): -1492451 or 1915625. OLE color: 1915625.

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

Color convert

RGB 233 58 29 -
CMYK 0 0.75 0.88 0.09
HSL 8.53º 0.82% 0.51% -
HSV(B) 8.53º 0.88% 0.91% -
XYZ 35.34 20.44 3.24 -
YUV 107.02 83.98 217.86 -
System Red Green Blue C M Y K H S L
Decimal 233 58 29 0 0.75 0.88 0.09 8.53 0.82 0.51
Hex E9 3A 1D 0 4B 58 9 9 52 33
Octal 351 72 35 0 113 130 11 11 122 63
Binary 11101001 111010 11101 0 1001011 1011000 1001 1001 1010010 110011

Color Harmonies of #E93A1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93A1D

Black with #E93A1D

Text Example


Text Example

White with #E93A1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93A1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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