Html Css Color HEX #E6210F Scarlet

📋 copy color: '#E6210F'

red 230 ◦ green 33 ◦ blue 15

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

Shades of Scarlet #E6210F

Tints of Scarlet #E6210F

RGB

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

 GREEN value IS 33 (13.28% from 255) = 11.87%

 BLUE value IS 15 (6.25% from 255) = 5.4%

R = 82.73%
G = 11.87%
B = 5.4%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.93

 K value IS 0.10

RGB Variations

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

Color information

#E6210F (or 0xE6210F) is known color: Scarlet. HEX triplet: E6, 21 and 0F. RGB value is (230,33,15). Sum of RGB (Red+Green+Blue) = 230+33+15=278 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.73% from 278); Green value is 33 (13.28% from 255 or 11.87% from 278); Blue value is 15 (6.25% from 255 or 5.40% from 278); Max value from RGB is 230 - color contains mainly: red. Hex color #E6210F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6210F is #19DEF0. Grayscale: #5A5A5A. Windows color (decimal): -1695473 or 991718. OLE color: 991718.

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

Color convert

RGB 230 33 15 -
CMYK 0 0.86 0.93 0.10
HSL 5.02º 0.88% 0.48% -
HSV(B) 5.02º 0.93% 0.9% -
XYZ 33.26 17.95 2.16 -
YUV 89.85 85.77 227.96 -
System Red Green Blue C M Y K H S L
Decimal 230 33 15 0 0.86 0.93 0.10 5.02 0.88 0.48
Hex E6 21 F 0 56 5D A 5 58 30
Octal 346 41 17 0 126 135 12 5 130 60
Binary 11100110 100001 1111 0 1010110 1011101 1010 101 1011000 110000

Color Harmonies of #E6210F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6210F

Black with #E6210F

Text Example


Text Example

White with #E6210F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6210F; }

 p { color: rgb(230,33,15); }

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

background-color css

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

 a { background-color: rgb(230,33,15); }

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

border-color css

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

 span { border-color: rgb(230,33,15); }

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