Html Css Color HEX #FE2B05 Scarlet

📋 copy color: '#FE2B05'

red 254 ◦ green 43 ◦ blue 5

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

Shades of Scarlet #FE2B05

Tints of Scarlet #FE2B05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 1.66%

R = 84.11%
G = 14.24%
B = 1.66%

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

#FE2B05 (or 0xFE2B05) is known color: Scarlet. HEX triplet: FE, 2B and 05. RGB value is (254,43,5). Sum of RGB (Red+Green+Blue) = 254+43+5=302 (40% of max value = 765). Red value is 254 (99.61% from 255 or 84.11% from 302); Green value is 43 (17.19% from 255 or 14.24% from 302); Blue value is 5 (2.34% from 255 or 1.66% from 302); Max value from RGB is 254 - color contains mainly: red. Hex color #FE2B05 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE2B05 is #01D4FA. Grayscale: #666666. Windows color (decimal): -120059 or 338942. OLE color: 338942.

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

Color convert

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

Color Harmonies of #FE2B05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE2B05

Black with #FE2B05

Text Example


Text Example

White with #FE2B05

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE2B05; }

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

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

background-color css

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

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

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

border-color css

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

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

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