Html Css Color HEX #E10430 Crimson

📋 copy color: '#E10430'

red 225 ◦ green 4 ◦ blue 48

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

Shades of Crimson #E10430

Tints of Crimson #E10430

RGB

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

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

 BLUE value IS 48 (19.14% from 255) = 17.33%

R = 81.23%
G = 1.44%
B = 17.33%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.79

 K value IS 0.12

RGB Variations

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

Color information

#E10430 (or 0xE10430) is known color: Crimson. HEX triplet: E1, 04 and 30. RGB value is (225,4,48). Sum of RGB (Red+Green+Blue) = 225+4+48=277 (36% of max value = 765). Red value is 225 (88.28% from 255 or 81.23% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 48 (19.14% from 255 or 17.33% from 277); Max value from RGB is 225 - color contains mainly: red. Hex color #E10430 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10430 is #1EFBCF. Grayscale: #4B4B4B. Windows color (decimal): -2030544 or 3146977. OLE color: 3146977.

HSL color Cylindrical-coordinate representation of color #E10430: hue angle of 348.05º 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 #E10430 is Cyan = 0, Magento = 0.98, Yellow = 0.79 and Black (K on CMYK) = 0.12.

Color convert

RGB 225 4 48 -
CMYK 0 0.98 0.79 0.12
HSL 348.05º 0.97% 0.45% -
HSV(B) 348.05º 0.98% 0.88% -
XYZ 31.63 16.31 4.28 -
YUV 75.1 112.72 234.92 -
System Red Green Blue C M Y K H S L
Decimal 225 4 48 0 0.98 0.79 0.12 348.05 0.97 0.45
Hex E1 4 30 0 62 4F C 15C 61 2D
Octal 341 4 60 0 142 117 14 534 141 55
Binary 11100001 100 110000 0 1100010 1001111 1100 101011100 1100001 101101

Color Harmonies of #E10430

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10430

Black with #E10430

Text Example


Text Example

White with #E10430

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10430; }

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

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

background-color css

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

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

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

border-color css

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

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

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