Html Css Color HEX #E6220B Scarlet

📋 copy color: '#E6220B'

red 230 ◦ green 34 ◦ blue 11

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

Shades of Scarlet #E6220B

Tints of Scarlet #E6220B

RGB

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

 GREEN value IS 34 (13.67% from 255) = 12.36%

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

R = 83.64%
G = 12.36%
B = 4%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6220B (or 0xE6220B) is known color: Scarlet. HEX triplet: E6, 22 and 0B. RGB value is (230,34,11). Sum of RGB (Red+Green+Blue) = 230+34+11=275 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.64% from 275); Green value is 34 (13.67% from 255 or 12.36% from 275); Blue value is 11 (4.69% from 255 or 4% from 275); Max value from RGB is 230 - color contains mainly: red. Hex color #E6220B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6220B is #19DDF4. Grayscale: #5A5A5A. Windows color (decimal): -1695221 or 729830. OLE color: 729830.

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

Color convert

RGB 230 34 11 -
CMYK 0 0.85 0.95 0.10
HSL 6.3º 0.91% 0.47% -
HSV(B) 6.3º 0.95% 0.9% -
XYZ 33.27 17.99 2.04 -
YUV 89.98 83.43 227.87 -
System Red Green Blue C M Y K H S L
Decimal 230 34 11 0 0.85 0.95 0.10 6.3 0.91 0.47
Hex E6 22 B 0 55 5F A 6 5B 2F
Octal 346 42 13 0 125 137 12 6 133 57
Binary 11100110 100010 1011 0 1010101 1011111 1010 110 1011011 101111

Color Harmonies of #E6220B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6220B

Black with #E6220B

Text Example


Text Example

White with #E6220B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6220B; }

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

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

background-color css

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

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

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

border-color css

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

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

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