Html Css Color HEX #EA0741 Crimson

📋 copy color: '#EA0741'

red 234 ◦ green 7 ◦ blue 65

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

Shades of Crimson #EA0741

Tints of Crimson #EA0741

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.29%

 BLUE value IS 65 (25.78% from 255) = 21.24%

R = 76.47%
G = 2.29%
B = 21.24%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.72

 K value IS 0.08

RGB Variations

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

Color information

#EA0741 (or 0xEA0741) is known color: Crimson. HEX triplet: EA, 07 and 41. RGB value is (234,7,65). Sum of RGB (Red+Green+Blue) = 234+7+65=306 (40% of max value = 765). Red value is 234 (91.80% from 255 or 76.47% from 306); Green value is 7 (3.12% from 255 or 2.29% from 306); Blue value is 65 (25.78% from 255 or 21.24% from 306); Max value from RGB is 234 - color contains mainly: red. Hex color #EA0741 is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA0741 is #15F8BE. Grayscale: #515151. Windows color (decimal): -1439935 or 4261866. OLE color: 4261866.

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

Color convert

RGB 234 7 65 -
CMYK 0 0.97 0.72 0.08
HSL 344.67º 0.94% 0.47% -
HSV(B) 344.67º 0.97% 0.92% -
XYZ 34.96 18.03 6.64 -
YUV 81.49 118.71 236.78 -
System Red Green Blue C M Y K H S L
Decimal 234 7 65 0 0.97 0.72 0.08 344.67 0.94 0.47
Hex EA 7 41 0 61 48 8 159 5E 2F
Octal 352 7 101 0 141 110 10 531 136 57
Binary 11101010 111 1000001 0 1100001 1001000 1000 101011001 1011110 101111

Color Harmonies of #EA0741

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA0741

Black with #EA0741

Text Example


Text Example

White with #EA0741

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA0741; }

 p { color: rgb(234,7,65); }

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

background-color css

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

 a { background-color: rgb(234,7,65); }

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

border-color css

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

 span { border-color: rgb(234,7,65); }

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