Html Css Color HEX #E61C0B Scarlet

📋 copy color: '#E61C0B'

red 230 ◦ green 28 ◦ blue 11

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

Shades of Scarlet #E61C0B

Tints of Scarlet #E61C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 10.41%

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

R = 85.5%
G = 10.41%
B = 4.09%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E61C0B (or 0xE61C0B) is known color: Scarlet. HEX triplet: E6, 1C and 0B. RGB value is (230,28,11). Sum of RGB (Red+Green+Blue) = 230+28+11=269 (35% of max value = 765). Red value is 230 (90.23% from 255 or 85.50% from 269); Green value is 28 (11.33% from 255 or 10.41% from 269); Blue value is 11 (4.69% from 255 or 4.09% from 269); Max value from RGB is 230 - color contains mainly: red. Hex color #E61C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E61C0B is #19E3F4. Grayscale: #565656. Windows color (decimal): -1696757 or 728294. OLE color: 728294.

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

Color convert

RGB 230 28 11 -
CMYK 0 0.88 0.95 0.10
HSL 4.66º 0.91% 0.47% -
HSV(B) 4.66º 0.95% 0.9% -
XYZ 33.11 17.68 1.98 -
YUV 86.46 85.42 230.38 -
System Red Green Blue C M Y K H S L
Decimal 230 28 11 0 0.88 0.95 0.10 4.66 0.91 0.47
Hex E6 1C B 0 58 5F A 5 5B 2F
Octal 346 34 13 0 130 137 12 5 133 57
Binary 11100110 11100 1011 0 1011000 1011111 1010 101 1011011 101111

Color Harmonies of #E61C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61C0B

Black with #E61C0B

Text Example


Text Example

White with #E61C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61C0B; }

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

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

background-color css

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

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

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

border-color css

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

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

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