Html Css Color HEX #FE1B02 Scarlet

📋 copy color: '#FE1B02'

red 254 ◦ green 27 ◦ blue 2

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

Shades of Scarlet #FE1B02

Tints of Scarlet #FE1B02

RGB

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

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

 BLUE value IS 2 (1.17% from 255) = 0.71%

R = 89.75%
G = 9.54%
B = 0.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.99

 K value IS 0.00

RGB Variations

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

Color information

#FE1B02 (or 0xFE1B02) is known color: Scarlet. HEX triplet: FE, 1B and 02. RGB value is (254,27,2). Sum of RGB (Red+Green+Blue) = 254+27+2=283 (37% of max value = 765). Red value is 254 (99.61% from 255 or 89.75% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 2 (1.17% from 255 or 0.71% from 283); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1B02 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FE1B02 is #01E4FD. Grayscale: #5C5C5C. Windows color (decimal): -124158 or 138238. OLE color: 138238.

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

Color convert

RGB 254 27 2 -
CMYK 0 0.89 0.99 0.00
HSL 5.95º 0.99% 0.5% -
HSV(B) 5.95º 0.99% 1% -
XYZ 41.28 21.86 2.1 -
YUV 92.02 77.21 243.53 -
System Red Green Blue C M Y K H S L
Decimal 254 27 2 0 0.89 0.99 0.00 5.95 0.99 0.5
Hex FE 1B 2 0 59 63 0 6 63 32
Octal 376 33 2 0 131 143 0 6 143 62
Binary 11111110 11011 10 0 1011001 1100011 0 110 1100011 110010

Color Harmonies of #FE1B02

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1B02

Black with #FE1B02

Text Example


Text Example

White with #FE1B02

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1B02; }

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

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

background-color css

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

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

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

border-color css

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

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

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