Html Css Color HEX #FA2E1B Scarlet

📋 copy color: '#FA2E1B'

red 250 ◦ green 46 ◦ blue 27

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

Shades of Scarlet #FA2E1B

Tints of Scarlet #FA2E1B

RGB

 RED value IS 250 (98.05% from 255) = 77.4%

 GREEN value IS 46 (18.36% from 255) = 14.24%

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

R = 77.4%
G = 14.24%
B = 8.36%

CMYK

 C value IS 0

 M value IS 0.82

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA2E1B (or 0xFA2E1B) is known color: Scarlet. HEX triplet: FA, 2E and 1B. RGB value is (250,46,27). Sum of RGB (Red+Green+Blue) = 250+46+27=323 (42% of max value = 765). Red value is 250 (98.05% from 255 or 77.40% from 323); Green value is 46 (18.36% from 255 or 14.24% from 323); Blue value is 27 (10.94% from 255 or 8.36% from 323); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2E1B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA2E1B is #05D1E4. Grayscale: #696969. Windows color (decimal): -381413 or 1781498. OLE color: 1781498.

HSL color Cylindrical-coordinate representation of color #FA2E1B: hue angle of 5.11º degrees, saturation: 0.96, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #FA2E1B is Cyan = 0, Magento = 0.82, Yellow = 0.89 and Black (K on CMYK) = 0.02.

Color convert

RGB 250 46 27 -
CMYK 0 0.82 0.89 0.02
HSL 5.11º 0.96% 0.54% -
HSV(B) 5.11º 0.89% 0.98% -
XYZ 40.6 22.36 3.21 -
YUV 104.83 84.09 231.54 -
System Red Green Blue C M Y K H S L
Decimal 250 46 27 0 0.82 0.89 0.02 5.11 0.96 0.54
Hex FA 2E 1B 0 52 59 2 5 60 36
Octal 372 56 33 0 122 131 2 5 140 66
Binary 11111010 101110 11011 0 1010010 1011001 10 101 1100000 110110

Color Harmonies of #FA2E1B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2E1B

Black with #FA2E1B

Text Example


Text Example

White with #FA2E1B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2E1B; }

 p { color: rgb(250,46,27); }

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

background-color css

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

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

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

border-color css

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

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

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