Html Css Color HEX #E0033C Crimson

📋 copy color: '#E0033C'

red 224 ◦ green 3 ◦ blue 60

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

Shades of Crimson #E0033C

Tints of Crimson #E0033C

RGB

 RED value IS 224 (87.89% from 255) = 78.05%

 GREEN value IS 3 (1.56% from 255) = 1.05%

 BLUE value IS 60 (23.83% from 255) = 20.91%

R = 78.05%
G = 1.05%
B = 20.91%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.73

 K value IS 0.12

RGB Variations

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

Color information

#E0033C (or 0xE0033C) is known color: Crimson. HEX triplet: E0, 03 and 3C. RGB value is (224,3,60). Sum of RGB (Red+Green+Blue) = 224+3+60=287 (38% of max value = 765). Red value is 224 (87.89% from 255 or 78.05% from 287); Green value is 3 (1.56% from 255 or 1.05% from 287); Blue value is 60 (23.83% from 255 or 20.91% from 287); Max value from RGB is 224 - color contains mainly: red. Hex color #E0033C is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E0033C is #1FFCC3. Grayscale: #4B4B4B. Windows color (decimal): -2096324 or 3933152. OLE color: 3933152.

HSL color Cylindrical-coordinate representation of color #E0033C: hue angle of 344.52º degrees, saturation: 0.97, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #E0033C is Cyan = 0, Magento = 0.99, Yellow = 0.73 and Black (K on CMYK) = 0.12.

Color convert

RGB 224 3 60 -
CMYK 0 0.99 0.73 0.12
HSL 344.52º 0.97% 0.45% -
HSV(B) 344.52º 0.99% 0.88% -
XYZ 31.59 16.24 5.74 -
YUV 75.58 119.22 233.87 -
System Red Green Blue C M Y K H S L
Decimal 224 3 60 0 0.99 0.73 0.12 344.52 0.97 0.45
Hex E0 3 3C 0 63 49 C 159 61 2D
Octal 340 3 74 0 143 111 14 531 141 55
Binary 11100000 11 111100 0 1100011 1001001 1100 101011001 1100001 101101

Color Harmonies of #E0033C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E0033C

Black with #E0033C

Text Example


Text Example

White with #E0033C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E0033C; }

 p { color: rgb(224,3,60); }

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

background-color css

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

 a { background-color: rgb(224,3,60); }

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

border-color css

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

 span { border-color: rgb(224,3,60); }

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