Html Css Color HEX #FE1D1B Scarlet

📋 copy color: '#FE1D1B'

red 254 ◦ green 29 ◦ blue 27

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

Shades of Scarlet #FE1D1B

Tints of Scarlet #FE1D1B

RGB

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

 GREEN value IS 29 (11.72% from 255) = 9.35%

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

R = 81.94%
G = 9.35%
B = 8.71%

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

#FE1D1B (or 0xFE1D1B) is known color: Scarlet. HEX triplet: FE, 1D and 1B. RGB value is (254,29,27). Sum of RGB (Red+Green+Blue) = 254+29+27=310 (41% of max value = 765). Red value is 254 (99.61% from 255 or 81.94% from 310); Green value is 29 (11.72% from 255 or 9.35% from 310); Blue value is 27 (10.94% from 255 or 8.71% from 310); Max value from RGB is 254 - color contains mainly: red. Hex color #FE1D1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FE1D1B is #01E2E4. Grayscale: #606060. Windows color (decimal): -123621 or 1777150. OLE color: 1777150.

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

Color convert

RGB 254 29 27 -
CMYK 0 0.89 0.89 0.00
HSL 0.53º 0.99% 0.55% -
HSV(B) 0.53º 0.89% 1% -
XYZ 41.51 22.03 3.1 -
YUV 96.05 89.04 240.66 -
System Red Green Blue C M Y K H S L
Decimal 254 29 27 0 0.89 0.89 0.00 0.53 0.99 0.55
Hex FE 1D 1B 0 59 59 0 1 63 37
Octal 376 35 33 0 131 131 0 1 143 67
Binary 11111110 11101 11011 0 1011001 1011001 0 1 1100011 110111

Color Harmonies of #FE1D1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FE1D1B

Black with #FE1D1B

Text Example


Text Example

White with #FE1D1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FE1D1B; }

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

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

background-color css

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

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

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

border-color css

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

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

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