Html Css Color HEX #FE2B0E Scarlet

📋 copy color: '#FE2B0E'

red 254 ◦ green 43 ◦ blue 14

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

Shades of Scarlet #FE2B0E

Tints of Scarlet #FE2B0E

RGB

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

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

 BLUE value IS 14 (5.86% from 255) = 4.5%

R = 81.67%
G = 13.83%
B = 4.5%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.94

 K value IS 0.00

RGB Variations

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

Color information

#FE2B0E (or 0xFE2B0E) is known color: Scarlet. HEX triplet: FE, 2B and 0E. RGB value is (254,43,14). Sum of RGB (Red+Green+Blue) = 254+43+14=311 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.67% from 311); Green value is 43 (17.19% from 255 or 13.83% from 311); Blue value is 14 (5.86% from 255 or 4.50% from 311); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B0E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B0E is #01D4F1. Grayscale: #676767. Windows color (decimal): -120050 or 928766. OLE color: 928766.

HSL color Cylindrical-coordinate representation of color #FE2B0E: hue angle of 7.25º degrees, saturation: 0.99, lightness: 0.53%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #FE2B0E is Cyan = 0, Magento = 0.83, Yellow = 0.94 and Black (K on CMYK) = 0.00.

Color convert

RGB 254 43 14 -
CMYK 0 0.83 0.94 0.00
HSL 7.25º 0.99% 0.53% -
HSV(B) 7.25º 0.94% 1% -
XYZ 41.82 22.83 2.62 -
YUV 102.78 77.9 235.86 -
System Red Green Blue C M Y K H S L
Decimal 254 43 14 0 0.83 0.94 0.00 7.25 0.99 0.53
Hex FE 2B E 0 53 5E 0 7 63 35
Octal 376 53 16 0 123 136 0 7 143 65
Binary 11111110 101011 1110 0 1010011 1011110 0 111 1100011 110101

Color Harmonies of #FE2B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B0E

Black with #FE2B0E

Text Example


Text Example

White with #FE2B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B0E; }

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

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

background-color css

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

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

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

border-color css

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

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

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