Html Css Color HEX #E10427 Crimson

📋 copy color: '#E10427'

red 225 ◦ green 4 ◦ blue 39

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

Shades of Crimson #E10427

Tints of Crimson #E10427

RGB

 RED value IS 225 (88.28% from 255) = 83.96%

 GREEN value IS 4 (1.95% from 255) = 1.49%

 BLUE value IS 39 (15.63% from 255) = 14.55%

R = 83.96%
G = 1.49%
B = 14.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.83

 K value IS 0.12

RGB Variations

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

Color information

#E10427 (or 0xE10427) is known color: Crimson. HEX triplet: E1, 04 and 27. RGB value is (225,4,39). Sum of RGB (Red+Green+Blue) = 225+4+39=268 (35% of max value = 765). Red value is 225 (88.28% from 255 or 83.96% from 268); Green value is 4 (1.95% from 255 or 1.49% from 268); Blue value is 39 (15.62% from 255 or 14.55% from 268); Max value from RGB is 225 - color contains mainly: red. Hex color #E10427 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10427 is #1EFBD8. Grayscale: #4A4A4A. Windows color (decimal): -2030553 or 2557153. OLE color: 2557153.

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

Color convert

RGB 225 4 39 -
CMYK 0 0.98 0.83 0.12
HSL 350.5º 0.97% 0.45% -
HSV(B) 350.5º 0.98% 0.88% -
XYZ 31.46 16.24 3.4 -
YUV 74.07 108.22 235.65 -
System Red Green Blue C M Y K H S L
Decimal 225 4 39 0 0.98 0.83 0.12 350.5 0.97 0.45
Hex E1 4 27 0 62 53 C 15E 61 2D
Octal 341 4 47 0 142 123 14 536 141 55
Binary 11100001 100 100111 0 1100010 1010011 1100 101011110 1100001 101101

Color Harmonies of #E10427

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10427

Black with #E10427

Text Example


Text Example

White with #E10427

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10427; }

 p { color: rgb(225,4,39); }

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

background-color css

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

 a { background-color: rgb(225,4,39); }

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

border-color css

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

 span { border-color: rgb(225,4,39); }

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