Html Css Color HEX #FE2B1A Scarlet

📋 copy color: '#FE2B1A'

red 254 ◦ green 43 ◦ blue 26

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

Shades of Scarlet #FE2B1A

Tints of Scarlet #FE2B1A

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.31%

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

R = 78.64%
G = 13.31%
B = 8.05%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.90

 K value IS 0.00

RGB Variations

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

Color information

#FE2B1A (or 0xFE2B1A) is known color: Scarlet. HEX triplet: FE, 2B and 1A. RGB value is (254,43,26). Sum of RGB (Red+Green+Blue) = 254+43+26=323 (42% of max value = 765). Red value is 254 (99.61% from 255 or 78.64% from 323); Green value is 43 (17.19% from 255 or 13.31% from 323); Blue value is 26 (10.55% from 255 or 8.05% from 323); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B1A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE2B1A is #01D4E5. Grayscale: #686868. Windows color (decimal): -120038 or 1715198. OLE color: 1715198.

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

Color convert

RGB 254 43 26 -
CMYK 0 0.83 0.90 0.00
HSL 4.47º 0.99% 0.55% -
HSV(B) 4.47º 0.9% 1% -
XYZ 41.92 22.87 3.18 -
YUV 104.15 83.9 234.88 -
System Red Green Blue C M Y K H S L
Decimal 254 43 26 0 0.83 0.90 0.00 4.47 0.99 0.55
Hex FE 2B 1A 0 53 5A 0 4 63 37
Octal 376 53 32 0 123 132 0 4 143 67
Binary 11111110 101011 11010 0 1010011 1011010 0 100 1100011 110111

Color Harmonies of #FE2B1A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B1A

Black with #FE2B1A

Text Example


Text Example

White with #FE2B1A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B1A; }

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

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

background-color css

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

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

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

border-color css

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

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

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