Html Css Color HEX #FE231A Scarlet

📋 copy color: '#FE231A'

red 254 ◦ green 35 ◦ blue 26

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

Shades of Scarlet #FE231A

Tints of Scarlet #FE231A

RGB

 RED value IS 254 (99.61% from 255) = 80.63%

 GREEN value IS 35 (14.06% from 255) = 11.11%

 BLUE value IS 26 (10.55% from 255) = 8.25%

R = 80.63%
G = 11.11%
B = 8.25%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE231A (or 0xFE231A) is known color: Scarlet. HEX triplet: FE, 23 and 1A. RGB value is (254,35,26). Sum of RGB (Red+Green+Blue) = 254+35+26=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 35 (14.06% from 255 or 11.11% from 315); Blue value is 26 (10.55% from 255 or 8.25% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE231A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE231A is #01DCE5. Grayscale: #636363. Windows color (decimal): -122086 or 1713150. OLE color: 1713150.

HSL color Cylindrical-coordinate representation of color #FE231A: hue angle of 2.37º degrees, saturation: 0.99, lightness: 0.55%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #FE231A is Cyan = 0, Magento = 0.86, Yellow = 0.90 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 35 26 -
CMYK 0 0.86 0.90 0.00
HSL 2.37º 0.99% 0.55% -
HSV(B) 2.37º 0.9% 1% -
XYZ 41.66 22.35 3.1 -
YUV 99.46 86.55 238.23 -
System Red Green Blue C M Y K H S L
Decimal 254 35 26 0 0.86 0.90 0.00 2.37 0.99 0.55
Hex FE 23 1A 0 56 5A 0 2 63 37
Octal 376 43 32 0 126 132 0 2 143 67
Binary 11111110 100011 11010 0 1010110 1011010 0 10 1100011 110111

Color Harmonies of #FE231A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE231A

Black with #FE231A

Text Example


Text Example

White with #FE231A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE231A; }

 p { color: rgb(254,35,26); }

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

background-color css

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

 a { background-color: rgb(254,35,26); }

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

border-color css

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

 span { border-color: rgb(254,35,26); }

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