Html Css Color HEX #EA033D Crimson

📋 copy color: '#EA033D'

red 234 ◦ green 3 ◦ blue 61

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

Shades of Crimson #EA033D

Tints of Crimson #EA033D

RGB

 RED value IS 234 (91.8% from 255) = 78.52%

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

 BLUE value IS 61 (24.22% from 255) = 20.47%

R = 78.52%
G = 1.01%
B = 20.47%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA033D (or 0xEA033D) is known color: Crimson. HEX triplet: EA, 03 and 3D. RGB value is (234,3,61). Sum of RGB (Red+Green+Blue) = 234+3+61=298 (39% of max value = 765). Red value is 234 (91.80% from 255 or 78.52% from 298); Green value is 3 (1.56% from 255 or 1.01% from 298); Blue value is 61 (24.22% from 255 or 20.47% from 298); Max value from RGB is 234 - color contains mainly: red. Hex color #EA033D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA033D is #15FCC2. Grayscale: #4E4E4E. Windows color (decimal): -1440963 or 3998698. OLE color: 3998698.

HSL color Cylindrical-coordinate representation of color #EA033D: hue angle of 344.94º degrees, saturation: 0.97, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #EA033D is Cyan = 0, Magento = 0.99, Yellow = 0.74 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 3 61 -
CMYK 0 0.99 0.74 0.08
HSL 344.94º 0.97% 0.46% -
HSV(B) 344.94º 0.99% 0.92% -
XYZ 34.81 17.89 6.03 -
YUV 78.68 118.03 238.78 -
System Red Green Blue C M Y K H S L
Decimal 234 3 61 0 0.99 0.74 0.08 344.94 0.97 0.46
Hex EA 3 3D 0 63 4A 8 159 61 2E
Octal 352 3 75 0 143 112 10 531 141 56
Binary 11101010 11 111101 0 1100011 1001010 1000 101011001 1100001 101110

Color Harmonies of #EA033D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA033D

Black with #EA033D

Text Example


Text Example

White with #EA033D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA033D; }

 p { color: rgb(234,3,61); }

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

background-color css

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

 a { background-color: rgb(234,3,61); }

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

border-color css

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

 span { border-color: rgb(234,3,61); }

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