Html Css Color HEX #E61D1B Scarlet

📋 copy color: '#E61D1B'

red 230 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #E61D1B

Tints of Scarlet #E61D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 10.14%

 BLUE value IS 27 (10.94% from 255) = 9.44%

R = 80.42%
G = 10.14%
B = 9.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.88

 K value IS 0.10

RGB Variations

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

Color information

#E61D1B (or 0xE61D1B) is known color: Scarlet. HEX triplet: E6, 1D and 1B. RGB value is (230,29,27). Sum of RGB (Red+Green+Blue) = 230+29+27=286 (37% of max value = 765). Red value is 230 (90.23% from 255 or 80.42% from 286); Green value is 29 (11.72% from 255 or 10.14% from 286); Blue value is 27 (10.94% from 255 or 9.44% from 286); Max value from RGB is 230 - color contains mainly: red. Hex color #E61D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #E61D1B is #19E2E4. Grayscale: #595959. Windows color (decimal): -1696485 or 1777126. OLE color: 1777126.

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

Color convert

RGB 230 29 27 -
CMYK 0 0.87 0.88 0.10
HSL 0.59º 0.8% 0.5% -
HSV(B) 0.59º 0.88% 0.9% -
XYZ 33.27 17.78 2.72 -
YUV 88.87 93.09 228.66 -
System Red Green Blue C M Y K H S L
Decimal 230 29 27 0 0.87 0.88 0.10 0.59 0.8 0.5
Hex E6 1D 1B 0 57 58 A 1 50 32
Octal 346 35 33 0 127 130 12 1 120 62
Binary 11100110 11101 11011 0 1010111 1011000 1010 1 1010000 110010

Color Harmonies of #E61D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E61D1B

Black with #E61D1B

Text Example


Text Example

White with #E61D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E61D1B; }

 p { color: rgb(230,29,27); }

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

background-color css

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

 a { background-color: rgb(230,29,27); }

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

border-color css

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

 span { border-color: rgb(230,29,27); }

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