Html Css Color HEX #EA1F01 Scarlet

📋 copy color: '#EA1F01'

red 234 ◦ green 31 ◦ blue 1

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

Shades of Scarlet #EA1F01

Tints of Scarlet #EA1F01

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.65%

 BLUE value IS 1 (0.78% from 255) = 0.38%

R = 87.97%
G = 11.65%
B = 0.38%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 1.00

 K value IS 0.08

RGB Variations

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

Color information

#EA1F01 (or 0xEA1F01) is known color: Scarlet. HEX triplet: EA, 1F and 01. RGB value is (234,31,1). Sum of RGB (Red+Green+Blue) = 234+31+1=266 (35% of max value = 765). Red value is 234 (91.80% from 255 or 87.97% from 266); Green value is 31 (12.5% from 255 or 11.65% from 266); Blue value is 1 (0.78% from 255 or 0.38% from 266); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F01 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1F01 is #15E0FE. Grayscale: #585858. Windows color (decimal): -1433855 or 73706. OLE color: 73706.

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

Color convert

RGB 234 31 1 -
CMYK 0 0.87 1.00 0.08
HSL 7.73º 0.99% 0.46% -
HSV(B) 7.73º 1% 0.92% -
XYZ 34.43 18.47 1.78 -
YUV 88.28 78.75 231.94 -
System Red Green Blue C M Y K H S L
Decimal 234 31 1 0 0.87 1.00 0.08 7.73 0.99 0.46
Hex EA 1F 1 0 57 64 8 8 63 2E
Octal 352 37 1 0 127 144 10 10 143 56
Binary 11101010 11111 1 0 1010111 1100100 1000 1000 1100011 101110

Color Harmonies of #EA1F01

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F01

Black with #EA1F01

Text Example


Text Example

White with #EA1F01

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F01; }

 p { color: rgb(234,31,1); }

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

background-color css

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

 a { background-color: rgb(234,31,1); }

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

border-color css

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

 span { border-color: rgb(234,31,1); }

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