Html Css Color HEX #FA241A Scarlet

📋 copy color: '#FA241A'

red 250 ◦ green 36 ◦ blue 26

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

Shades of Scarlet #FA241A

Tints of Scarlet #FA241A

RGB

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

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

 BLUE value IS 26 (10.55% from 255) = 8.33%

R = 80.13%
G = 11.54%
B = 8.33%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.90

 K value IS 0.02

RGB Variations

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

Color information

#FA241A (or 0xFA241A) is known color: Scarlet. HEX triplet: FA, 24 and 1A. RGB value is (250,36,26). Sum of RGB (Red+Green+Blue) = 250+36+26=312 (41% of max value = 765). Red value is 250 (98.05% from 255 or 80.13% from 312); Green value is 36 (14.45% from 255 or 11.54% from 312); Blue value is 26 (10.55% from 255 or 8.33% from 312); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241A is #05DBE5. Grayscale: #636363. Windows color (decimal): -383974 or 1713402. OLE color: 1713402.

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

Color convert

RGB 250 36 26 -
CMYK 0 0.86 0.90 0.02
HSL 2.68º 0.96% 0.54% -
HSV(B) 2.68º 0.9% 0.98% -
XYZ 40.24 21.66 3.04 -
YUV 98.85 86.9 235.81 -
System Red Green Blue C M Y K H S L
Decimal 250 36 26 0 0.86 0.90 0.02 2.68 0.96 0.54
Hex FA 24 1A 0 56 5A 2 3 60 36
Octal 372 44 32 0 126 132 2 3 140 66
Binary 11111010 100100 11010 0 1010110 1011010 10 11 1100000 110110

Color Harmonies of #FA241A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA241A

Black with #FA241A

Text Example


Text Example

White with #FA241A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA241A; }

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

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

background-color css

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

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

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

border-color css

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

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

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