Html Css Color HEX #FA2B15 Scarlet

📋 copy color: '#FA2B15'

red 250 ◦ green 43 ◦ blue 21

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

Shades of Scarlet #FA2B15

Tints of Scarlet #FA2B15

RGB

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

 GREEN value IS 43 (17.19% from 255) = 13.69%

 BLUE value IS 21 (8.59% from 255) = 6.69%

R = 79.62%
G = 13.69%
B = 6.69%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.92

 K value IS 0.02

RGB Variations

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

Color information

#FA2B15 (or 0xFA2B15) is known color: Scarlet. HEX triplet: FA, 2B and 15. RGB value is (250,43,21). Sum of RGB (Red+Green+Blue) = 250+43+21=314 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.62% from 314); Green value is 43 (17.19% from 255 or 13.69% from 314); Blue value is 21 (8.59% from 255 or 6.69% from 314); Max value from RGB is 250 - color contains mainly: red. Hex color #FA2B15 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #FA2B15 is #05D4EA. Grayscale: #666666. Windows color (decimal): -382187 or 1387514. OLE color: 1387514.

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

Color convert

RGB 250 43 21 -
CMYK 0 0.83 0.92 0.02
HSL 5.76º 0.96% 0.53% -
HSV(B) 5.76º 0.92% 0.98% -
XYZ 40.42 22.11 2.85 -
YUV 102.39 82.08 233.29 -
System Red Green Blue C M Y K H S L
Decimal 250 43 21 0 0.83 0.92 0.02 5.76 0.96 0.53
Hex FA 2B 15 0 53 5C 2 6 60 35
Octal 372 53 25 0 123 134 2 6 140 65
Binary 11111010 101011 10101 0 1010011 1011100 10 110 1100000 110101

Color Harmonies of #FA2B15

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA2B15

Black with #FA2B15

Text Example


Text Example

White with #FA2B15

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA2B15; }

 p { color: rgb(250,43,21); }

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

background-color css

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

 a { background-color: rgb(250,43,21); }

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

border-color css

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

 span { border-color: rgb(250,43,21); }

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