Html Css Color HEX #E93C1D Cinnabar

📋 copy color: '#E93C1D'

red 233 ◦ green 60 ◦ blue 29

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

Shades of Cinnabar #E93C1D

Tints of Cinnabar #E93C1D

RGB

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

 GREEN value IS 60 (23.83% from 255) = 18.63%

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

R = 72.36%
G = 18.63%
B = 9.01%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E93C1D (or 0xE93C1D) is known color: Cinnabar. HEX triplet: E9, 3C and 1D. RGB value is (233,60,29). Sum of RGB (Red+Green+Blue) = 233+60+29=322 (42% of max value = 765). Red value is 233 (91.41% from 255 or 72.36% from 322); Green value is 60 (23.83% from 255 or 18.63% from 322); Blue value is 29 (11.72% from 255 or 9.01% from 322); Max value from RGB is 233 - color contains mainly: red. Hex color #E93C1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93C1D is #16C3E2. Grayscale: #6C6C6C. Windows color (decimal): -1491939 or 1916137. OLE color: 1916137.

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

Color convert

RGB 233 60 29 -
CMYK 0 0.74 0.88 0.09
HSL 9.12º 0.82% 0.51% -
HSV(B) 9.12º 0.88% 0.91% -
XYZ 35.44 20.64 3.28 -
YUV 108.19 83.31 217.02 -
System Red Green Blue C M Y K H S L
Decimal 233 60 29 0 0.74 0.88 0.09 9.12 0.82 0.51
Hex E9 3C 1D 0 4A 58 9 9 52 33
Octal 351 74 35 0 112 130 11 11 122 63
Binary 11101001 111100 11101 0 1001010 1011000 1001 1001 1010010 110011

Color Harmonies of #E93C1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93C1D

Black with #E93C1D

Text Example


Text Example

White with #E93C1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93C1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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