Html Css Color HEX #FA241E Scarlet

📋 copy color: '#FA241E'

red 250 ◦ green 36 ◦ blue 30

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

Shades of Scarlet #FA241E

Tints of Scarlet #FA241E

RGB

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

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

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

R = 79.11%
G = 11.39%
B = 9.49%

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

#FA241E (or 0xFA241E) is known color: Scarlet. HEX triplet: FA, 24 and 1E. RGB value is (250,36,30). Sum of RGB (Red+Green+Blue) = 250+36+30=316 (41% of max value = 765). Red value is 250 (98.05% from 255 or 79.11% from 316); Green value is 36 (14.45% from 255 or 11.39% from 316); Blue value is 30 (12.11% from 255 or 9.49% from 316); Max value from RGB is 250 - color contains mainly: red. Hex color #FA241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #FA241E is #05DBE1. Grayscale: #636363. Windows color (decimal): -383970 or 1975546. OLE color: 1975546.

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

Color convert

RGB 250 36 30 -
CMYK 0 0.86 0.88 0.02
HSL 1.64º 0.96% 0.55% -
HSV(B) 1.64º 0.88% 0.98% -
XYZ 40.29 21.68 3.29 -
YUV 99.3 88.9 235.49 -
System Red Green Blue C M Y K H S L
Decimal 250 36 30 0 0.86 0.88 0.02 1.64 0.96 0.55
Hex FA 24 1E 0 56 58 2 2 60 37
Octal 372 44 36 0 126 130 2 2 140 67
Binary 11111010 100100 11110 0 1010110 1011000 10 10 1100000 110111

Color Harmonies of #FA241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #FA241E

Black with #FA241E

Text Example


Text Example

White with #FA241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #FA241E; }

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

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

background-color css

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

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

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

border-color css

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

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

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