Html Css Color HEX #FA251E Scarlet

📋 copy color: '#FA251E'

red 250 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #FA251E

Tints of Scarlet #FA251E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 11.67%

 BLUE value IS 30 (12.11% from 255) = 9.46%

R = 78.86%
G = 11.67%
B = 9.46%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.02

RGB Variations

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

Color information

#FA251E (or 0xFA251E) is known color: Scarlet. HEX triplet: FA, 25 and 1E. RGB value is (250,37,30). Sum of RGB (Red+Green+Blue) = 250+37+30=317 (41% of max value = 765). Red value is 250 (98.05% from 255 or 78.86% from 317); Green value is 37 (14.84% from 255 or 11.67% from 317); Blue value is 30 (12.11% from 255 or 9.46% from 317); Max value from RGB is 250 - color contains mainly: red. Hex color #FA251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA251E is #05DAE1. Grayscale: #646464. Windows color (decimal): -383714 or 1975802. OLE color: 1975802.

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

Color convert

RGB 250 37 30 -
CMYK 0 0.85 0.88 0.02
HSL 1.91º 0.96% 0.55% -
HSV(B) 1.91º 0.88% 0.98% -
XYZ 40.32 21.74 3.3 -
YUV 99.89 88.57 235.07 -
System Red Green Blue C M Y K H S L
Decimal 250 37 30 0 0.85 0.88 0.02 1.91 0.96 0.55
Hex FA 25 1E 0 55 58 2 2 60 37
Octal 372 45 36 0 125 130 2 2 140 67
Binary 11111010 100101 11110 0 1010101 1011000 10 10 1100000 110111

Color Harmonies of #FA251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA251E

Black with #FA251E

Text Example


Text Example

White with #FA251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA251E; }

 p { color: rgb(250,37,30); }

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

background-color css

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

 a { background-color: rgb(250,37,30); }

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

border-color css

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

 span { border-color: rgb(250,37,30); }

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