Html Css Color HEX #FA241B Scarlet

📋 copy color: '#FA241B'

red 250 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #FA241B

Tints of Scarlet #FA241B

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.5%

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

R = 79.87%
G = 11.5%
B = 8.63%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA241B (or 0xFA241B) is known color: Scarlet. HEX triplet: FA, 24 and 1B. RGB value is (250,36,27). Sum of RGB (Red+Green+Blue) = 250+36+27=313 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.87% from 313); Green value is 36 (14.45% from 255 or 11.50% from 313); Blue value is 27 (10.94% from 255 or 8.63% from 313); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241B is #05DBE4. Grayscale: #636363. Windows color (decimal): -383973 or 1778938. OLE color: 1778938.

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

Color convert

RGB 250 36 27 -
CMYK 0 0.86 0.89 0.02
HSL 2.42º 0.96% 0.54% -
HSV(B) 2.42º 0.89% 0.98% -
XYZ 40.25 21.66 3.1 -
YUV 98.96 87.4 235.73 -
System Red Green Blue C M Y K H S L
Decimal 250 36 27 0 0.86 0.89 0.02 2.42 0.96 0.54
Hex FA 24 1B 0 56 59 2 2 60 36
Octal 372 44 33 0 126 131 2 2 140 66
Binary 11111010 100100 11011 0 1010110 1011001 10 10 1100000 110110

Color Harmonies of #FA241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA241B

Black with #FA241B

Text Example


Text Example

White with #FA241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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