Html Css Color HEX #E41C44 Crimson

📋 copy color: '#E41C44'

red 228 ◦ green 28 ◦ blue 68

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

Shades of Crimson #E41C44

Tints of Crimson #E41C44

RGB

 RED value IS 228 (89.45% from 255) = 70.37%

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

 BLUE value IS 68 (26.95% from 255) = 20.99%

R = 70.37%
G = 8.64%
B = 20.99%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.70

 K value IS 0.11

RGB Variations

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

Color information

#E41C44 (or 0xE41C44) is known color: Crimson. HEX triplet: E4, 1C and 44. RGB value is (228,28,68). Sum of RGB (Red+Green+Blue) = 228+28+68=324 (42% of max value = 765). Red value is 228 (89.45% from 255 or 70.37% from 324); Green value is 28 (11.33% from 255 or 8.64% from 324); Blue value is 68 (26.95% from 255 or 20.99% from 324); Max value from RGB is 228 - color contains mainly: red. Hex color #E41C44 is not a web safe color. Web safe color analog (approx): #CC3333. Inversed color of #E41C44 is #1BE3BB. Grayscale: #5C5C5C. Windows color (decimal): -1827772 or 4463844. OLE color: 4463844.

HSL color Cylindrical-coordinate representation of color #E41C44: hue angle of 348º degrees, saturation: 0.79, 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 #E41C44 is Cyan = 0, Magento = 0.88, Yellow = 0.70 and Black (K on CMYK) = 0.11.

Color convert

RGB 228 28 68 -
CMYK 0 0.88 0.70 0.11
HSL 348º 0.79% 0.5% -
HSV(B) 348º 0.88% 0.89% -
XYZ 33.45 17.74 7.13 -
YUV 92.36 114.26 224.75 -
System Red Green Blue C M Y K H S L
Decimal 228 28 68 0 0.88 0.70 0.11 348 0.79 0.5
Hex E4 1C 44 0 58 46 B 15C 4F 32
Octal 344 34 104 0 130 106 13 534 117 62
Binary 11100100 11100 1000100 0 1011000 1000110 1011 101011100 1001111 110010

Color Harmonies of #E41C44

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E41C44

Black with #E41C44

Text Example


Text Example

White with #E41C44

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E41C44; }

 p { color: rgb(228,28,68); }

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

background-color css

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

 a { background-color: rgb(228,28,68); }

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

border-color css

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

 span { border-color: rgb(228,28,68); }

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