Html Css Color HEX #EA1F0B Scarlet

📋 copy color: '#EA1F0B'

red 234 ◦ green 31 ◦ blue 11

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

Shades of Scarlet #EA1F0B

Tints of Scarlet #EA1F0B

RGB

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

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

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

R = 84.78%
G = 11.23%
B = 3.99%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.08

RGB Variations

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

Color information

#EA1F0B (or 0xEA1F0B) is known color: Scarlet. HEX triplet: EA, 1F and 0B. RGB value is (234,31,11). Sum of RGB (Red+Green+Blue) = 234+31+11=276 (36% of max value = 765). Red value is 234 (91.80% from 255 or 84.78% from 276); Green value is 31 (12.5% from 255 or 11.23% from 276); Blue value is 11 (4.69% from 255 or 3.99% from 276); Max value from RGB is 234 - color contains mainly: red. Hex color #EA1F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #EA1F0B is #15E0F4. Grayscale: #595959. Windows color (decimal): -1433845 or 729066. OLE color: 729066.

HSL color Cylindrical-coordinate representation of color #EA1F0B: hue angle of 5.38º 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 #EA1F0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.08.

Color convert

RGB 234 31 11 -
CMYK 0 0.87 0.95 0.08
HSL 5.38º 0.91% 0.48% -
HSV(B) 5.38º 0.95% 0.92% -
XYZ 34.48 18.5 2.07 -
YUV 89.42 83.75 231.13 -
System Red Green Blue C M Y K H S L
Decimal 234 31 11 0 0.87 0.95 0.08 5.38 0.91 0.48
Hex EA 1F B 0 57 5F 8 5 5B 30
Octal 352 37 13 0 127 137 10 5 133 60
Binary 11101010 11111 1011 0 1010111 1011111 1000 101 1011011 110000

Color Harmonies of #EA1F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #EA1F0B

Black with #EA1F0B

Text Example


Text Example

White with #EA1F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #EA1F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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