Html Css Color HEX #EA003E Crimson

📋 copy color: '#EA003E'

red 234 ◦ green 0 ◦ blue 62

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

Shades of Crimson #EA003E

Tints of Crimson #EA003E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 62 (24.61% from 255) = 20.95%

R = 79.05%
G = 0%
B = 20.95%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA003E (or 0xEA003E) is known color: Crimson. HEX triplet: EA, 00 and 3E. RGB value is (234,0,62). Sum of RGB (Red+Green+Blue) = 234+0+62=296 (39% of max value = 765). Red value is 234 (91.80% from 255 or 79.05% from 296); Green value is 0 (0.39% from 255 or 0% from 296); Blue value is 62 (24.61% from 255 or 20.95% from 296); Max value from RGB is 234 - color contains mainly: red. Hex color #EA003E is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA003E is #15FFC1. Grayscale: #4D4D4D. Windows color (decimal): -1441730 or 4063466. OLE color: 4063466.

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

Color convert

RGB 234 0 62 -
CMYK 0 1 0.74 0.08
HSL 344.1º 1% 0.46% -
HSV(B) 344.1º 1% 0.92% -
XYZ 34.8 17.84 6.17 -
YUV 77.03 119.52 239.96 -
System Red Green Blue C M Y K H S L
Decimal 234 0 62 0 1 0.74 0.08 344.1 1 0.46
Hex EA 0 3E 0 64 4A 8 158 64 2E
Octal 352 0 76 0 144 112 10 530 144 56
Binary 11101010 0 111110 0 1100100 1001010 1000 101011000 1100100 101110

Color Harmonies of #EA003E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA003E

Black with #EA003E

Text Example


Text Example

White with #EA003E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA003E; }

 p { color: rgb(234,0,62); }

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

background-color css

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

 a { background-color: rgb(234,0,62); }

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

border-color css

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

 span { border-color: rgb(234,0,62); }

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