Html Css Color HEX #FE320B Scarlet

📋 copy color: '#FE320B'

red 254 ◦ green 50 ◦ blue 11

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

Shades of Scarlet #FE320B

Tints of Scarlet #FE320B

RGB

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

 GREEN value IS 50 (19.92% from 255) = 15.87%

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

R = 80.63%
G = 15.87%
B = 3.49%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE320B (or 0xFE320B) is known color: Scarlet. HEX triplet: FE, 32 and 0B. RGB value is (254,50,11). Sum of RGB (Red+Green+Blue) = 254+50+11=315 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.63% from 315); Green value is 50 (19.92% from 255 or 15.87% from 315); Blue value is 11 (4.69% from 255 or 3.49% from 315); Max value from RGB is 254 - color contains mainly: red. Hex color #FE320B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE320B is #01CDF4. Grayscale: #6A6A6A. Windows color (decimal): -118261 or 733950. OLE color: 733950.

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

Color convert

RGB 254 50 11 -
CMYK 0 0.80 0.96 0.00
HSL 9.63º 0.99% 0.52% -
HSV(B) 9.63º 0.96% 1% -
XYZ 42.07 23.38 2.61 -
YUV 106.55 74.09 233.17 -
System Red Green Blue C M Y K H S L
Decimal 254 50 11 0 0.80 0.96 0.00 9.63 0.99 0.52
Hex FE 32 B 0 50 60 0 A 63 34
Octal 376 62 13 0 120 140 0 12 143 64
Binary 11111110 110010 1011 0 1010000 1100000 0 1010 1100011 110100

Color Harmonies of #FE320B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE320B

Black with #FE320B

Text Example


Text Example

White with #FE320B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE320B; }

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

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

background-color css

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

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

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

border-color css

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

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

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