Html Css Color HEX #E93F34 Cinnabar

📋 copy color: '#E93F34'

red 233 ◦ green 63 ◦ blue 52

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

Shades of Cinnabar #E93F34

Tints of Cinnabar #E93F34

RGB

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

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

 BLUE value IS 52 (20.7% from 255) = 14.94%

R = 66.95%
G = 18.1%
B = 14.94%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.78

 K value IS 0.09

RGB Variations

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

Color information

#E93F34 (or 0xE93F34) is known color: Cinnabar. HEX triplet: E9, 3F and 34. RGB value is (233,63,52). Sum of RGB (Red+Green+Blue) = 233+63+52=348 (46% of max value = 765). Red value is 233 (91.41% from 255 or 66.95% from 348); Green value is 63 (25% from 255 or 18.10% from 348); Blue value is 52 (20.70% from 255 or 14.94% from 348); Max value from RGB is 233 - color contains mainly: red. Hex color #E93F34 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93F34 is #16C0CB. Grayscale: #707070. Windows color (decimal): -1491148 or 3424233. OLE color: 3424233.

HSL color Cylindrical-coordinate representation of color #E93F34: hue angle of 3.65º degrees, saturation: 0.8, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #E93F34 is Cyan = 0, Magento = 0.73, Yellow = 0.78 and Black (K on CMYK) = 0.09.

Color convert

RGB 233 63 52 -
CMYK 0 0.73 0.78 0.09
HSL 3.65º 0.8% 0.56% -
HSV(B) 3.65º 0.78% 0.91% -
XYZ 36 21.13 5.43 -
YUV 112.58 93.82 213.89 -
System Red Green Blue C M Y K H S L
Decimal 233 63 52 0 0.73 0.78 0.09 3.65 0.8 0.56
Hex E9 3F 34 0 49 4E 9 4 50 38
Octal 351 77 64 0 111 116 11 4 120 70
Binary 11101001 111111 110100 0 1001001 1001110 1001 100 1010000 111000

Color Harmonies of #E93F34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93F34

Black with #E93F34

Text Example


Text Example

White with #E93F34

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93F34; }

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

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

background-color css

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

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

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

border-color css

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

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

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