Html Css Color HEX #E93D2D Cinnabar

📋 copy color: '#E93D2D'

red 233 ◦ green 61 ◦ blue 45

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

Shades of Cinnabar #E93D2D

Tints of Cinnabar #E93D2D

RGB

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

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

 BLUE value IS 45 (17.97% from 255) = 13.27%

R = 68.73%
G = 17.99%
B = 13.27%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.81

 K value IS 0.09

RGB Variations

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

Color information

#E93D2D (or 0xE93D2D) is known color: Cinnabar. HEX triplet: E9, 3D and 2D. RGB value is (233,61,45). Sum of RGB (Red+Green+Blue) = 233+61+45=339 (44% of max value = 765). Red value is 233 (91.41% from 255 or 68.73% from 339); Green value is 61 (24.22% from 255 or 17.99% from 339); Blue value is 45 (17.97% from 255 or 13.27% from 339); Max value from RGB is 233 - color contains mainly: red. Hex color #E93D2D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E93D2D is #16C2D2. Grayscale: #6E6E6E. Windows color (decimal): -1491667 or 2964969. OLE color: 2964969.

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

Color convert

RGB 233 61 45 -
CMYK 0 0.74 0.81 0.09
HSL 5.11º 0.81% 0.55% -
HSV(B) 5.11º 0.81% 0.91% -
XYZ 35.75 20.85 4.62 -
YUV 110.6 90.98 215.3 -
System Red Green Blue C M Y K H S L
Decimal 233 61 45 0 0.74 0.81 0.09 5.11 0.81 0.55
Hex E9 3D 2D 0 4A 51 9 5 51 37
Octal 351 75 55 0 112 121 11 5 121 67
Binary 11101001 111101 101101 0 1001010 1010001 1001 101 1010001 110111

Color Harmonies of #E93D2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E93D2D

Black with #E93D2D

Text Example


Text Example

White with #E93D2D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E93D2D; }

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

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

background-color css

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

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

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

border-color css

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

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

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