Html Css Color HEX #FA261C Scarlet

📋 copy color: '#FA261C'

red 250 ◦ green 38 ◦ blue 28

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

Shades of Scarlet #FA261C

Tints of Scarlet #FA261C

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.03%

 BLUE value IS 28 (11.33% from 255) = 8.86%

R = 79.11%
G = 12.03%
B = 8.86%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.02

RGB Variations

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

Color information

#FA261C (or 0xFA261C) is known color: Scarlet. HEX triplet: FA, 26 and 1C. RGB value is (250,38,28). Sum of RGB (Red+Green+Blue) = 250+38+28=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 38 (15.23% from 255 or 12.03% from 316); Blue value is 28 (11.33% from 255 or 8.86% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA261C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA261C is #05D9E3. Grayscale: #646464. Windows color (decimal): -383460 or 1844986. OLE color: 1844986.

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

Color convert

RGB 250 38 28 -
CMYK 0 0.85 0.89 0.02
HSL 2.7º 0.96% 0.55% -
HSV(B) 2.7º 0.89% 0.98% -
XYZ 40.33 21.79 3.18 -
YUV 100.25 87.24 234.81 -
System Red Green Blue C M Y K H S L
Decimal 250 38 28 0 0.85 0.89 0.02 2.7 0.96 0.55
Hex FA 26 1C 0 55 59 2 3 60 37
Octal 372 46 34 0 125 131 2 3 140 67
Binary 11111010 100110 11100 0 1010101 1011001 10 11 1100000 110111

Color Harmonies of #FA261C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA261C

Black with #FA261C

Text Example


Text Example

White with #FA261C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA261C; }

 p { color: rgb(250,38,28); }

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

background-color css

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

 a { background-color: rgb(250,38,28); }

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

border-color css

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

 span { border-color: rgb(250,38,28); }

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