Html Css Color HEX #FE1B1B Scarlet

📋 copy color: '#FE1B1B'

red 254 ◦ green 27 ◦ blue 27

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

Shades of Scarlet #FE1B1B

Tints of Scarlet #FE1B1B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.77%

R = 82.47%
G = 8.77%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE1B1B (or 0xFE1B1B) is known color: Scarlet. HEX triplet: FE, 1B and 1B. RGB value is (254,27,27). Sum of RGB (Red+Green+Blue) = 254+27+27=308 (40% of max value = 765). Red value is 254 (99.61% from 255 or 82.47% from 308); Green value is 27 (10.94% from 255 or 8.77% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1B1B is #01E4E4. Grayscale: #5F5F5F. Windows color (decimal): -124133 or 1776638. OLE color: 1776638.

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

Color convert

RGB 254 27 27 -
CMYK 0 0.89 0.89 0.00
HSL 0.99% 0.55% -
HSV(B) 0.89% 1% -
XYZ 41.46 21.93 3.09 -
YUV 94.87 89.71 241.5 -
System Red Green Blue C M Y K H S L
Decimal 254 27 27 0 0.89 0.89 0.00 0 0.99 0.55
Hex FE 1B 1B 0 59 59 0 0 63 37
Octal 376 33 33 0 131 131 0 0 143 67
Binary 11111110 11011 11011 0 1011001 1011001 0 0 1100011 110111

Color Harmonies of #FE1B1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B1B

Black with #FE1B1B

Text Example


Text Example

White with #FE1B1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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