Html Css Color HEX #FE2B04 Scarlet

📋 copy color: '#FE2B04'

red 254 ◦ green 43 ◦ blue 4

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

Shades of Scarlet #FE2B04

Tints of Scarlet #FE2B04

RGB

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

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

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

R = 84.39%
G = 14.29%
B = 1.33%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.98

 K value IS 0.00

RGB Variations

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

Color information

#FE2B04 (or 0xFE2B04) is known color: Scarlet. HEX triplet: FE, 2B and 04. RGB value is (254,43,4). Sum of RGB (Red+Green+Blue) = 254+43+4=301 (39% of max value = 765). Red value is 254 (99.61% from 255 or 84.39% from 301); Green value is 43 (17.19% from 255 or 14.29% from 301); Blue value is 4 (1.95% from 255 or 1.33% from 301); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B04 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B04 is #01D4FB. Grayscale: #666666. Windows color (decimal): -120060 or 273406. OLE color: 273406.

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

Color convert

RGB 254 43 4 -
CMYK 0 0.83 0.98 0.00
HSL 9.36º 0.99% 0.51% -
HSV(B) 9.36º 0.98% 1% -
XYZ 41.76 22.81 2.32 -
YUV 101.64 72.9 236.67 -
System Red Green Blue C M Y K H S L
Decimal 254 43 4 0 0.83 0.98 0.00 9.36 0.99 0.51
Hex FE 2B 4 0 53 62 0 9 63 33
Octal 376 53 4 0 123 142 0 11 143 63
Binary 11111110 101011 100 0 1010011 1100010 0 1001 1100011 110011

Color Harmonies of #FE2B04

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B04

Black with #FE2B04

Text Example


Text Example

White with #FE2B04

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B04; }

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

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

background-color css

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

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

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

border-color css

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

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

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