Html Css Color HEX #E61F0B Scarlet

📋 copy color: '#E61F0B'

red 230 ◦ green 31 ◦ blue 11

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

Shades of Scarlet #E61F0B

Tints of Scarlet #E61F0B

RGB

 RED value IS 230 (90.23% from 255) = 84.56%

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

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

R = 84.56%
G = 11.4%
B = 4.04%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E61F0B (or 0xE61F0B) is known color: Scarlet. HEX triplet: E6, 1F and 0B. RGB value is (230,31,11). Sum of RGB (Red+Green+Blue) = 230+31+11=272 (36% of max value = 765). Red value is 230 (90.23% from 255 or 84.56% from 272); Green value is 31 (12.5% from 255 or 11.40% from 272); Blue value is 11 (4.69% from 255 or 4.04% from 272); Max value from RGB is 230 - color contains mainly: red. Hex color #E61F0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61F0B is #19E0F4. Grayscale: #585858. Windows color (decimal): -1695989 or 729062. OLE color: 729062.

HSL color Cylindrical-coordinate representation of color #E61F0B: hue angle of 5.48º degrees, saturation: 0.91, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #E61F0B is Cyan = 0, Magento = 0.87, Yellow = 0.95 and Black (K on CMYK) = 0.10.

Color convert

RGB 230 31 11 -
CMYK 0 0.87 0.95 0.10
HSL 5.48º 0.91% 0.47% -
HSV(B) 5.48º 0.95% 0.9% -
XYZ 33.18 17.83 2.01 -
YUV 88.22 84.43 229.13 -
System Red Green Blue C M Y K H S L
Decimal 230 31 11 0 0.87 0.95 0.10 5.48 0.91 0.47
Hex E6 1F B 0 57 5F A 5 5B 2F
Octal 346 37 13 0 127 137 12 5 133 57
Binary 11100110 11111 1011 0 1010111 1011111 1010 101 1011011 101111

Color Harmonies of #E61F0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61F0B

Black with #E61F0B

Text Example


Text Example

White with #E61F0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61F0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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