Html Css Color HEX #E9003D Crimson

📋 copy color: '#E9003D'

red 233 ◦ green 0 ◦ blue 61

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

Shades of Crimson #E9003D

Tints of Crimson #E9003D

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 61 (24.22% from 255) = 20.75%

R = 79.25%
G = 0%
B = 20.75%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.09

RGB Variations

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

Color information

#E9003D (or 0xE9003D) is known color: Crimson. HEX triplet: E9, 00 and 3D. RGB value is (233,0,61). Sum of RGB (Red+Green+Blue) = 233+0+61=294 (38% of max value = 765). Red value is 233 (91.41% from 255 or 79.25% from 294); Green value is 0 (0.39% from 255 or 0% from 294); Blue value is 61 (24.22% from 255 or 20.75% from 294); Max value from RGB is 233 - color contains mainly: red. Hex color #E9003D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #E9003D is #16FFC2. Grayscale: #4C4C4C. Windows color (decimal): -1507267 or 3997929. OLE color: 3997929.

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

Color convert

RGB 233 0 61 -
CMYK 0 1 0.74 0.09
HSL 344.29º 1% 0.46% -
HSV(B) 344.29º 1% 0.91% -
XYZ 34.45 17.66 6.01 -
YUV 76.62 119.19 239.54 -
System Red Green Blue C M Y K H S L
Decimal 233 0 61 0 1 0.74 0.09 344.29 1 0.46
Hex E9 0 3D 0 64 4A 9 158 64 2E
Octal 351 0 75 0 144 112 11 530 144 56
Binary 11101001 0 111101 0 1100100 1001010 1001 101011000 1100100 101110

Color Harmonies of #E9003D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E9003D

Black with #E9003D

Text Example


Text Example

White with #E9003D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E9003D; }

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

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

background-color css

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

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

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

border-color css

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

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

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