Html Css Color HEX #E93D29 Cinnabar

📋 copy color: '#E93D29'

red 233 ◦ green 61 ◦ blue 41

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

Shades of Cinnabar #E93D29

Tints of Cinnabar #E93D29

RGB

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

 GREEN value IS 61 (24.22% from 255) = 18.21%

 BLUE value IS 41 (16.41% from 255) = 12.24%

R = 69.55%
G = 18.21%
B = 12.24%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.82

 K value IS 0.09

RGB Variations

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

Color information

#E93D29 (or 0xE93D29) is known color: Cinnabar. HEX triplet: E9, 3D and 29. RGB value is (233,61,41). Sum of RGB (Red+Green+Blue) = 233+61+41=335 (44% of max value = 765). Red value is 233 (91.41% from 255 or 69.55% from 335); Green value is 61 (24.22% from 255 or 18.21% from 335); Blue value is 41 (16.41% from 255 or 12.24% from 335); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D29 is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D29 is #16C2D6. Grayscale: #6E6E6E. Windows color (decimal): -1491671 or 2702825. OLE color: 2702825.

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

Color convert

RGB 233 61 41 -
CMYK 0 0.74 0.82 0.09
HSL 6.25º 0.81% 0.54% -
HSV(B) 6.25º 0.82% 0.91% -
XYZ 35.67 20.82 4.24 -
YUV 110.15 88.98 215.63 -
System Red Green Blue C M Y K H S L
Decimal 233 61 41 0 0.74 0.82 0.09 6.25 0.81 0.54
Hex E9 3D 29 0 4A 52 9 6 51 36
Octal 351 75 51 0 112 122 11 6 121 66
Binary 11101001 111101 101001 0 1001010 1010010 1001 110 1010001 110110

Color Harmonies of #E93D29

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93D29

Black with #E93D29

Text Example


Text Example

White with #E93D29

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93D29; }

 p { color: rgb(233,61,41); }

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

background-color css

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

 a { background-color: rgb(233,61,41); }

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

border-color css

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

 span { border-color: rgb(233,61,41); }

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