Html Css Color HEX #FE200B Scarlet

📋 copy color: '#FE200B'

red 254 ◦ green 32 ◦ blue 11

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

Shades of Scarlet #FE200B

Tints of Scarlet #FE200B

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.77%

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

R = 85.52%
G = 10.77%
B = 3.7%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.96

 K value IS 0.00

RGB Variations

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

Color information

#FE200B (or 0xFE200B) is known color: Scarlet. HEX triplet: FE, 20 and 0B. RGB value is (254,32,11). Sum of RGB (Red+Green+Blue) = 254+32+11=297 (39% of max value = 765). Red value is 254 (99.61% from 255 or 85.52% from 297); Green value is 32 (12.89% from 255 or 10.77% from 297); Blue value is 11 (4.69% from 255 or 3.70% from 297); Max value from RGB is 254 - color contains mainly: red. Hex color #FE200B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE200B is #01DFF4. Grayscale: #606060. Windows color (decimal): -122869 or 729342. OLE color: 729342.

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

Color convert

RGB 254 32 11 -
CMYK 0 0.87 0.96 0.00
HSL 5.19º 0.99% 0.52% -
HSV(B) 5.19º 0.96% 1% -
XYZ 41.45 22.13 2.4 -
YUV 95.98 80.05 240.71 -
System Red Green Blue C M Y K H S L
Decimal 254 32 11 0 0.87 0.96 0.00 5.19 0.99 0.52
Hex FE 20 B 0 57 60 0 5 63 34
Octal 376 40 13 0 127 140 0 5 143 64
Binary 11111110 100000 1011 0 1010111 1100000 0 101 1100011 110100

Color Harmonies of #FE200B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE200B

Black with #FE200B

Text Example


Text Example

White with #FE200B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE200B; }

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

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

background-color css

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

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

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

border-color css

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

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

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