Html Css Color HEX #E10338 Crimson

📋 copy color: '#E10338'

red 225 ◦ green 3 ◦ blue 56

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

Shades of Crimson #E10338

Tints of Crimson #E10338

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.06%

 BLUE value IS 56 (22.27% from 255) = 19.72%

R = 79.23%
G = 1.06%
B = 19.72%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.75

 K value IS 0.12

RGB Variations

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

Color information

#E10338 (or 0xE10338) is known color: Crimson. HEX triplet: E1, 03 and 38. RGB value is (225,3,56). Sum of RGB (Red+Green+Blue) = 225+3+56=284 (37% of max value = 765). Red value is 225 (88.28% from 255 or 79.23% from 284); Green value is 3 (1.56% from 255 or 1.06% from 284); Blue value is 56 (22.27% from 255 or 19.72% from 284); Max value from RGB is 225 - color contains mainly: red. Hex color #E10338 is not a web safe color. Web safe color analog (approx): #CC0033. Inversed color of #E10338 is #1EFCC7. Grayscale: #4B4B4B. Windows color (decimal): -2030792 or 3671009. OLE color: 3671009.

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

Color convert

RGB 225 3 56 -
CMYK 0 0.99 0.75 0.12
HSL 345.68º 0.97% 0.45% -
HSV(B) 345.68º 0.99% 0.88% -
XYZ 31.8 16.36 5.22 -
YUV 75.42 117.05 234.69 -
System Red Green Blue C M Y K H S L
Decimal 225 3 56 0 0.99 0.75 0.12 345.68 0.97 0.45
Hex E1 3 38 0 63 4B C 15A 61 2D
Octal 341 3 70 0 143 113 14 532 141 55
Binary 11100001 11 111000 0 1100011 1001011 1100 101011010 1100001 101101

Color Harmonies of #E10338

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E10338

Black with #E10338

Text Example


Text Example

White with #E10338

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E10338; }

 p { color: rgb(225,3,56); }

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

background-color css

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

 a { background-color: rgb(225,3,56); }

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

border-color css

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

 span { border-color: rgb(225,3,56); }

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