Html Css Color HEX #F1281C Scarlet

📋 copy color: '#F1281C'

red 241 ◦ green 40 ◦ blue 28

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

Shades of Scarlet #F1281C

Tints of Scarlet #F1281C

RGB

 RED value IS 241 (94.53% from 255) = 77.99%

 GREEN value IS 40 (16.02% from 255) = 12.94%

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

R = 77.99%
G = 12.94%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1281C (or 0xF1281C) is known color: Scarlet. HEX triplet: F1, 28 and 1C. RGB value is (241,40,28). Sum of RGB (Red+Green+Blue) = 241+40+28=309 (40% of max value = 765). Red value is 241 (94.53% from 255 or 77.99% from 309); Green value is 40 (16.02% from 255 or 12.94% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 241 - color contains mainly: red. Hex color #F1281C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1281C is #0ED7E3. Grayscale: #626262. Windows color (decimal): -972772 or 1845489. OLE color: 1845489.

HSL color Cylindrical-coordinate representation of color #F1281C: hue angle of 3.38º degrees, saturation: 0.88, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #F1281C is Cyan = 0, Magento = 0.83, Yellow = 0.88 and Black (K on CMYK) = 0.05.

Color convert

RGB 241 40 28 -
CMYK 0 0.83 0.88 0.05
HSL 3.38º 0.88% 0.53% -
HSV(B) 3.38º 0.88% 0.95% -
XYZ 37.24 20.3 3.05 -
YUV 98.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 241 40 28 0 0.83 0.88 0.05 3.38 0.88 0.53
Hex F1 28 1C 0 53 58 5 3 58 35
Octal 361 50 34 0 123 130 5 3 130 65
Binary 11110001 101000 11100 0 1010011 1011000 101 11 1011000 110101

Color Harmonies of #F1281C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1281C

Black with #F1281C

Text Example


Text Example

White with #F1281C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1281C; }

 p { color: rgb(241,40,28); }

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

background-color css

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

 a { background-color: rgb(241,40,28); }

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

border-color css

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

 span { border-color: rgb(241,40,28); }

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