Html Css Color HEX #FE231B Scarlet

📋 copy color: '#FE231B'

red 254 ◦ green 35 ◦ blue 27

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

Shades of Scarlet #FE231B

Tints of Scarlet #FE231B

RGB

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

 GREEN value IS 35 (14.06% from 255) = 11.08%

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

R = 80.38%
G = 11.08%
B = 8.54%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.00

RGB Variations

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

Color information

#FE231B (or 0xFE231B) is known color: Scarlet. HEX triplet: FE, 23 and 1B. RGB value is (254,35,27). Sum of RGB (Red+Green+Blue) = 254+35+27=316 (41% of max value = 765). Red value is 254 (99.61% from 255 or 80.38% from 316); Green value is 35 (14.06% from 255 or 11.08% from 316); Blue value is 27 (10.94% from 255 or 8.54% from 316); Max value from RGB is 254 - color contains mainly: red. Hex color #FE231B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE231B is #01DCE4. Grayscale: #636363. Windows color (decimal): -122085 or 1778686. OLE color: 1778686.

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

Color convert

RGB 254 35 27 -
CMYK 0 0.86 0.89 0.00
HSL 2.11º 0.99% 0.55% -
HSV(B) 2.11º 0.89% 1% -
XYZ 41.67 22.35 3.15 -
YUV 99.57 87.05 238.15 -
System Red Green Blue C M Y K H S L
Decimal 254 35 27 0 0.86 0.89 0.00 2.11 0.99 0.55
Hex FE 23 1B 0 56 59 0 2 63 37
Octal 376 43 33 0 126 131 0 2 143 67
Binary 11111110 100011 11011 0 1010110 1011001 0 10 1100011 110111

Color Harmonies of #FE231B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE231B

Black with #FE231B

Text Example


Text Example

White with #FE231B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE231B; }

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

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

background-color css

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

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

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

border-color css

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

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

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