Html Css Color HEX #E6260B Scarlet

📋 copy color: '#E6260B'

red 230 ◦ green 38 ◦ blue 11

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

Shades of Scarlet #E6260B

Tints of Scarlet #E6260B

RGB

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

 GREEN value IS 38 (15.23% from 255) = 13.62%

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

R = 82.44%
G = 13.62%
B = 3.94%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6260B (or 0xE6260B) is known color: Scarlet. HEX triplet: E6, 26 and 0B. RGB value is (230,38,11). Sum of RGB (Red+Green+Blue) = 230+38+11=279 (36% of max value = 765). Red value is 230 (90.23% from 255 or 82.44% from 279); Green value is 38 (15.23% from 255 or 13.62% from 279); Blue value is 11 (4.69% from 255 or 3.94% from 279); Max value from RGB is 230 - color contains mainly: red. Hex color #E6260B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6260B is #19D9F4. Grayscale: #5C5C5C. Windows color (decimal): -1694197 or 730854. OLE color: 730854.

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

Color convert

RGB 230 38 11 -
CMYK 0 0.83 0.95 0.10
HSL 7.4º 0.91% 0.47% -
HSV(B) 7.4º 0.95% 0.9% -
XYZ 33.39 18.23 2.08 -
YUV 92.33 82.11 226.2 -
System Red Green Blue C M Y K H S L
Decimal 230 38 11 0 0.83 0.95 0.10 7.4 0.91 0.47
Hex E6 26 B 0 53 5F A 7 5B 2F
Octal 346 46 13 0 123 137 12 7 133 57
Binary 11100110 100110 1011 0 1010011 1011111 1010 111 1011011 101111

Color Harmonies of #E6260B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6260B

Black with #E6260B

Text Example


Text Example

White with #E6260B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6260B; }

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

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

background-color css

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

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

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

border-color css

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

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

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