Html Css Color HEX #E31C3C Crimson

📋 copy color: '#E31C3C'

red 227 ◦ green 28 ◦ blue 60

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

Shades of Crimson #E31C3C

Tints of Crimson #E31C3C

RGB

 RED value IS 227 (89.06% from 255) = 72.06%

 GREEN value IS 28 (11.33% from 255) = 8.89%

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

R = 72.06%
G = 8.89%
B = 19.05%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.74

 K value IS 0.11

RGB Variations

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

Color information

#E31C3C (or 0xE31C3C) is known color: Crimson. HEX triplet: E3, 1C and 3C. RGB value is (227,28,60). Sum of RGB (Red+Green+Blue) = 227+28+60=315 (41% of max value = 765). Red value is 227 (89.06% from 255 or 72.06% from 315); Green value is 28 (11.33% from 255 or 8.89% from 315); Blue value is 60 (23.83% from 255 or 19.05% from 315); Max value from RGB is 227 - color contains mainly: red. Hex color #E31C3C is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E31C3C is #1CE3C3. Grayscale: #5B5B5B. Windows color (decimal): -1893316 or 3939555. OLE color: 3939555.

HSL color Cylindrical-coordinate representation of color #E31C3C: hue angle of 350.35º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #E31C3C is Cyan = 0, Magento = 0.88, Yellow = 0.74 and Black (K on CMYK) = 0.11.

Color convert

RGB 227 28 60 -
CMYK 0 0.88 0.74 0.11
HSL 350.35º 0.78% 0.5% -
HSV(B) 350.35º 0.88% 0.89% -
XYZ 32.91 17.49 5.92 -
YUV 91.15 110.43 224.9 -
System Red Green Blue C M Y K H S L
Decimal 227 28 60 0 0.88 0.74 0.11 350.35 0.78 0.5
Hex E3 1C 3C 0 58 4A B 15E 4E 32
Octal 343 34 74 0 130 112 13 536 116 62
Binary 11100011 11100 111100 0 1011000 1001010 1011 101011110 1001110 110010

Color Harmonies of #E31C3C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E31C3C

Black with #E31C3C

Text Example


Text Example

White with #E31C3C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E31C3C; }

 p { color: rgb(227,28,60); }

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

background-color css

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

 a { background-color: rgb(227,28,60); }

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

border-color css

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

 span { border-color: rgb(227,28,60); }

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