Html Css Color HEX #EA140B Scarlet

📋 copy color: '#EA140B'

red 234 ◦ green 20 ◦ blue 11

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

Shades of Scarlet #EA140B

Tints of Scarlet #EA140B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 4.15%

R = 88.3%
G = 7.55%
B = 4.15%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA140B (or 0xEA140B) is known color: Scarlet. HEX triplet: EA, 14 and 0B. RGB value is (234,20,11). Sum of RGB (Red+Green+Blue) = 234+20+11=265 (35% of max value = 765). Red value is 234 (91.80% from 255 or 88.30% from 265); Green value is 20 (8.20% from 255 or 7.55% from 265); Blue value is 11 (4.69% from 255 or 4.15% from 265); Max value from RGB is 234 - color contains mainly: red. Hex color #EA140B is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #EA140B is #15EBF4. Grayscale: #535353. Windows color (decimal): -1436661 or 726250. OLE color: 726250.

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

Color convert

RGB 234 20 11 -
CMYK 0 0.91 0.95 0.08
HSL 2.42º 0.91% 0.48% -
HSV(B) 2.42º 0.95% 0.92% -
XYZ 34.24 18.02 1.99 -
YUV 82.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 234 20 11 0 0.91 0.95 0.08 2.42 0.91 0.48
Hex EA 14 B 0 5B 5F 8 2 5B 30
Octal 352 24 13 0 133 137 10 2 133 60
Binary 11101010 10100 1011 0 1011011 1011111 1000 10 1011011 110000

Color Harmonies of #EA140B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA140B

Black with #EA140B

Text Example


Text Example

White with #EA140B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA140B; }

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

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

background-color css

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

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

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

border-color css

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

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

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