Html Css Color HEX #FA241F Scarlet

📋 copy color: '#FA241F'

red 250 ◦ green 36 ◦ blue 31

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

Shades of Scarlet #FA241F

Tints of Scarlet #FA241F

RGB

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

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

 BLUE value IS 31 (12.5% from 255) = 9.78%

R = 78.86%
G = 11.36%
B = 9.78%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA241F (or 0xFA241F) is known color: Scarlet. HEX triplet: FA, 24 and 1F. RGB value is (250,36,31). Sum of RGB (Red+Green+Blue) = 250+36+31=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 36 (14.45% from 255 or 11.36% from 317); Blue value is 31 (12.5% from 255 or 9.78% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241F is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241F is #05DBE0. Grayscale: #636363. Windows color (decimal): -383969 or 2041082. OLE color: 2041082.

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

Color convert

RGB 250 36 31 -
CMYK 0 0.86 0.88 0.02
HSL 1.37º 0.96% 0.55% -
HSV(B) 1.37º 0.88% 0.98% -
XYZ 40.3 21.68 3.36 -
YUV 99.42 89.4 235.41 -
System Red Green Blue C M Y K H S L
Decimal 250 36 31 0 0.86 0.88 0.02 1.37 0.96 0.55
Hex FA 24 1F 0 56 58 2 1 60 37
Octal 372 44 37 0 126 130 2 1 140 67
Binary 11111010 100100 11111 0 1010110 1011000 10 1 1100000 110111

Color Harmonies of #FA241F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA241F

Black with #FA241F

Text Example


Text Example

White with #FA241F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA241F; }

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

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

background-color css

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

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

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

border-color css

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

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

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