Html Css Color HEX #E93F1D Cinnabar

📋 copy color: '#E93F1D'

red 233 ◦ green 63 ◦ blue 29

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

Shades of Cinnabar #E93F1D

Tints of Cinnabar #E93F1D

RGB

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

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

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

R = 71.69%
G = 19.38%
B = 8.92%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.88

 K value IS 0.09

RGB Variations

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

Color information

#E93F1D (or 0xE93F1D) is known color: Cinnabar. HEX triplet: E9, 3F and 1D. RGB value is (233,63,29). Sum of RGB (Red+Green+Blue) = 233+63+29=325 (43% of max value = 765). Red value is 233 (91.41% from 255 or 71.69% from 325); Green value is 63 (25% from 255 or 19.38% from 325); Blue value is 29 (11.72% from 255 or 8.92% from 325); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F1D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93F1D is #16C0E2. Grayscale: #6E6E6E. Windows color (decimal): -1491171 or 1916905. OLE color: 1916905.

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

Color convert

RGB 233 63 29 -
CMYK 0 0.73 0.88 0.09
HSL 10º 0.82% 0.51% -
HSV(B) 10º 0.88% 0.91% -
XYZ 35.6 20.97 3.33 -
YUV 109.95 82.32 215.76 -
System Red Green Blue C M Y K H S L
Decimal 233 63 29 0 0.73 0.88 0.09 10 0.82 0.51
Hex E9 3F 1D 0 49 58 9 A 52 33
Octal 351 77 35 0 111 130 11 12 122 63
Binary 11101001 111111 11101 0 1001001 1011000 1001 1010 1010010 110011

Color Harmonies of #E93F1D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F1D

Black with #E93F1D

Text Example


Text Example

White with #E93F1D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F1D; }

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

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

background-color css

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

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

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

border-color css

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

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

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