Html Css Color HEX #EA143D Crimson

📋 copy color: '#EA143D'

red 234 ◦ green 20 ◦ blue 61

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

Shades of Crimson #EA143D

Tints of Crimson #EA143D

RGB

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

 GREEN value IS 20 (8.2% from 255) = 6.35%

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

R = 74.29%
G = 6.35%
B = 19.37%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.74

 K value IS 0.08

RGB Variations

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

Color information

#EA143D (or 0xEA143D) is known color: Crimson. HEX triplet: EA, 14 and 3D. RGB value is (234,20,61). Sum of RGB (Red+Green+Blue) = 234+20+61=315 (41% of max value = 765). Red value is 234 (91.80% from 255 or 74.29% from 315); Green value is 20 (8.20% from 255 or 6.35% from 315); Blue value is 61 (24.22% from 255 or 19.37% from 315); Max value from RGB is 234 - color contains mainly: red. Hex color #EA143D is not a web safe color. Web safe color analog (approx): #FF0033. Inversed color of #EA143D is #15EBC2. Grayscale: #585858. Windows color (decimal): -1436611 or 4003050. OLE color: 4003050.

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

Color convert

RGB 234 20 61 -
CMYK 0 0.91 0.74 0.08
HSL 348.5º 0.84% 0.5% -
HSV(B) 348.5º 0.91% 0.92% -
XYZ 35.02 18.33 6.11 -
YUV 88.66 112.4 231.67 -
System Red Green Blue C M Y K H S L
Decimal 234 20 61 0 0.91 0.74 0.08 348.5 0.84 0.5
Hex EA 14 3D 0 5B 4A 8 15D 54 32
Octal 352 24 75 0 133 112 10 535 124 62
Binary 11101010 10100 111101 0 1011011 1001010 1000 101011101 1010100 110010

Color Harmonies of #EA143D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA143D

Black with #EA143D

Text Example


Text Example

White with #EA143D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA143D; }

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

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

background-color css

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

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

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

border-color css

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

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

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