Html Css Color HEX #FE1B04 Scarlet

📋 copy color: '#FE1B04'

red 254 ◦ green 27 ◦ blue 4

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

Shades of Scarlet #FE1B04

Tints of Scarlet #FE1B04

RGB

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

 GREEN value IS 27 (10.94% from 255) = 9.47%

 BLUE value IS 4 (1.95% from 255) = 1.4%

R = 89.12%
G = 9.47%
B = 1.4%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE1B04 (or 0xFE1B04) is known color: Scarlet. HEX triplet: FE, 1B and 04. RGB value is (254,27,4). Sum of RGB (Red+Green+Blue) = 254+27+4=285 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.12% from 285); Green value is 27 (10.94% from 255 or 9.47% from 285); Blue value is 4 (1.95% from 255 or 1.40% from 285); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1B04 is #01E4FB. Grayscale: #5C5C5C. Windows color (decimal): -124156 or 269310. OLE color: 269310.

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

Color convert

RGB 254 27 4 -
CMYK 0 0.89 0.98 0.00
HSL 5.52º 0.99% 0.51% -
HSV(B) 5.52º 0.98% 1% -
XYZ 41.29 21.86 2.16 -
YUV 92.25 78.21 243.37 -
System Red Green Blue C M Y K H S L
Decimal 254 27 4 0 0.89 0.98 0.00 5.52 0.99 0.51
Hex FE 1B 4 0 59 62 0 6 63 33
Octal 376 33 4 0 131 142 0 6 143 63
Binary 11111110 11011 100 0 1011001 1100010 0 110 1100011 110011

Color Harmonies of #FE1B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B04

Black with #FE1B04

Text Example


Text Example

White with #FE1B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B04; }

 p { color: rgb(254,27,4); }

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

background-color css

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

 a { background-color: rgb(254,27,4); }

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

border-color css

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

 span { border-color: rgb(254,27,4); }

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