Html Css Color HEX #E00631 Crimson

📋 copy color: '#E00631'

red 224 ◦ green 6 ◦ blue 49

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

Shades of Crimson #E00631

Tints of Crimson #E00631

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.15%

 BLUE value IS 49 (19.53% from 255) = 17.56%

R = 80.29%
G = 2.15%
B = 17.56%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.78

 K value IS 0.12

RGB Variations

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

Color information

#E00631 (or 0xE00631) is known color: Crimson. HEX triplet: E0, 06 and 31. RGB value is (224,6,49). Sum of RGB (Red+Green+Blue) = 224+6+49=279 (36% of max value = 765). Red value is 224 (87.89% from 255 or 80.29% from 279); Green value is 6 (2.73% from 255 or 2.15% from 279); Blue value is 49 (19.53% from 255 or 17.56% from 279); Max value from RGB is 224 - color contains mainly: red. Hex color #E00631 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E00631 is #1FF9CE. Grayscale: #4C4C4C. Windows color (decimal): -2095567 or 3213024. OLE color: 3213024.

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

Color convert

RGB 224 6 49 -
CMYK 0 0.97 0.78 0.12
HSL 348.17º 0.95% 0.45% -
HSV(B) 348.17º 0.97% 0.88% -
XYZ 31.36 16.2 4.38 -
YUV 76.08 112.72 233.5 -
System Red Green Blue C M Y K H S L
Decimal 224 6 49 0 0.97 0.78 0.12 348.17 0.95 0.45
Hex E0 6 31 0 61 4E C 15C 5F 2D
Octal 340 6 61 0 141 116 14 534 137 55
Binary 11100000 110 110001 0 1100001 1001110 1100 101011100 1011111 101101

Color Harmonies of #E00631

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E00631

Black with #E00631

Text Example


Text Example

White with #E00631

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E00631; }

 p { color: rgb(224,6,49); }

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

background-color css

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

 a { background-color: rgb(224,6,49); }

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

border-color css

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

 span { border-color: rgb(224,6,49); }

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