Html Css Color HEX #FE290B Scarlet

📋 copy color: '#FE290B'

red 254 ◦ green 41 ◦ blue 11

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

Shades of Scarlet #FE290B

Tints of Scarlet #FE290B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.4%

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

R = 83.01%
G = 13.4%
B = 3.59%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE290B (or 0xFE290B) is known color: Scarlet. HEX triplet: FE, 29 and 0B. RGB value is (254,41,11). Sum of RGB (Red+Green+Blue) = 254+41+11=306 (40% of max value = 765). Red value is 254 (99.61% from 255 or 83.01% from 306); Green value is 41 (16.41% from 255 or 13.40% from 306); Blue value is 11 (4.69% from 255 or 3.59% from 306); Max value from RGB is 254 - color contains mainly: red. Hex color #FE290B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE290B is #01D6F4. Grayscale: #656565. Windows color (decimal): -120565 or 731646. OLE color: 731646.

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

Color convert

RGB 254 41 11 -
CMYK 0 0.84 0.96 0.00
HSL 7.41º 0.99% 0.52% -
HSV(B) 7.41º 0.96% 1% -
XYZ 41.73 22.68 2.5 -
YUV 101.27 77.07 236.94 -
System Red Green Blue C M Y K H S L
Decimal 254 41 11 0 0.84 0.96 0.00 7.41 0.99 0.52
Hex FE 29 B 0 54 60 0 7 63 34
Octal 376 51 13 0 124 140 0 7 143 64
Binary 11111110 101001 1011 0 1010100 1100000 0 111 1100011 110100

Color Harmonies of #FE290B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE290B

Black with #FE290B

Text Example


Text Example

White with #FE290B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE290B; }

 p { color: rgb(254,41,11); }

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

background-color css

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

 a { background-color: rgb(254,41,11); }

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

border-color css

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

 span { border-color: rgb(254,41,11); }

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