Html Css Color HEX #E6240B Scarlet

📋 copy color: '#E6240B'

red 230 ◦ green 36 ◦ blue 11

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

Shades of Scarlet #E6240B

Tints of Scarlet #E6240B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 13%

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

R = 83.03%
G = 13%
B = 3.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.95

 K value IS 0.10

RGB Variations

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

Color information

#E6240B (or 0xE6240B) is known color: Scarlet. HEX triplet: E6, 24 and 0B. RGB value is (230,36,11). Sum of RGB (Red+Green+Blue) = 230+36+11=277 (36% of max value = 765). Red value is 230 (90.23% from 255 or 83.03% from 277); Green value is 36 (14.45% from 255 or 13.00% from 277); Blue value is 11 (4.69% from 255 or 3.97% from 277); Max value from RGB is 230 - color contains mainly: red. Hex color #E6240B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #E6240B is #19DBF4. Grayscale: #5B5B5B. Windows color (decimal): -1694709 or 730342. OLE color: 730342.

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

Color convert

RGB 230 36 11 -
CMYK 0 0.84 0.95 0.10
HSL 6.85º 0.91% 0.47% -
HSV(B) 6.85º 0.95% 0.9% -
XYZ 33.32 18.11 2.06 -
YUV 91.16 82.77 227.03 -
System Red Green Blue C M Y K H S L
Decimal 230 36 11 0 0.84 0.95 0.10 6.85 0.91 0.47
Hex E6 24 B 0 54 5F A 7 5B 2F
Octal 346 44 13 0 124 137 12 7 133 57
Binary 11100110 100100 1011 0 1010100 1011111 1010 111 1011011 101111

Color Harmonies of #E6240B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #E6240B

Black with #E6240B

Text Example


Text Example

White with #E6240B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #E6240B; }

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

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

background-color css

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

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

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

border-color css

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

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

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