Html Css Color HEX #FF2E18 Scarlet

📋 copy color: '#FF2E18'

red 255 ◦ green 46 ◦ blue 24

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

Shades of Scarlet #FF2E18

Tints of Scarlet #FF2E18

RGB

 RED value IS 255 (100% from 255) = 78.46%

 GREEN value IS 46 (18.36% from 255) = 14.15%

 BLUE value IS 24 (9.77% from 255) = 7.38%

R = 78.46%
G = 14.15%
B = 7.38%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.91

 K value IS 0

RGB Variations

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

Color information

#FF2E18 (or 0xFF2E18) is known color: Scarlet. HEX triplet: FF, 2E and 18. RGB value is (255,46,24). Sum of RGB (Red+Green+Blue) = 255+46+24=325 (43% of max value = 765). Red value is 255 (100% from 255 or 78.46% from 325); Green value is 46 (18.36% from 255 or 14.15% from 325); Blue value is 24 (9.77% from 255 or 7.38% from 325); Max value from RGB is 255 - color contains mainly: red. Hex color #FF2E18 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FF2E18 is #00D1E7. Grayscale: #6A6A6A. Windows color (decimal): -53736 or 1584895. OLE color: 1584895.

HSL color Cylindrical-coordinate representation of color #FF2E18: hue angle of 5.71º degrees, saturation: 1, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #FF2E18 is Cyan = 0, Magento = 0.82, Yellow = 0.91 and Black (K on CMYK) = 0.

Color convert

RGB 255 46 24 -
CMYK 0 0.82 0.91 0
HSL 5.71º 1% 0.55% -
HSV(B) 5.71º 0.91% 1% -
XYZ 42.38 23.28 3.12 -
YUV 105.98 81.74 234.29 -
System Red Green Blue C M Y K H S L
Decimal 255 46 24 0 0.82 0.91 0 5.71 1 0.55
Hex FF 2E 18 0 52 5B 0 6 64 37
Octal 377 56 30 0 122 133 0 6 144 67
Binary 11111111 101110 11000 0 1010010 1011011 0 110 1100100 110111

Color Harmonies of #FF2E18

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FF2E18

Black with #FF2E18

Text Example


Text Example

White with #FF2E18

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FF2E18; }

 p { color: rgb(255,46,24); }

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

background-color css

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

 a { background-color: rgb(255,46,24); }

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

border-color css

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

 span { border-color: rgb(255,46,24); }

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