Html Css Color HEX #F1281E Scarlet

📋 copy color: '#F1281E'

red 241 ◦ green 40 ◦ blue 30

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

Shades of Scarlet #F1281E

Tints of Scarlet #F1281E

RGB

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

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

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

R = 77.49%
G = 12.86%
B = 9.65%

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

#F1281E (or 0xF1281E) is known color: Scarlet. HEX triplet: F1, 28 and 1E. RGB value is (241,40,30). Sum of RGB (Red+Green+Blue) = 241+40+30=311 (41% of max value = 765). Red value is 241 (94.53% from 255 or 77.49% from 311); Green value is 40 (16.02% from 255 or 12.86% from 311); Blue value is 30 (12.11% from 255 or 9.65% from 311); Max value from RGB is 241 - color contains mainly: red. Hex color #F1281E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1281E is #0ED7E1. Grayscale: #636363. Windows color (decimal): -972770 or 1976561. OLE color: 1976561.

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

Color convert

RGB 241 40 30 -
CMYK 0 0.83 0.88 0.05
HSL 2.84º 0.88% 0.53% -
HSV(B) 2.84º 0.88% 0.95% -
XYZ 37.27 20.31 3.18 -
YUV 98.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 241 40 30 0 0.83 0.88 0.05 2.84 0.88 0.53
Hex F1 28 1E 0 53 58 5 3 58 35
Octal 361 50 36 0 123 130 5 3 130 65
Binary 11110001 101000 11110 0 1010011 1011000 101 11 1011000 110101

Color Harmonies of #F1281E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1281E

Black with #F1281E

Text Example


Text Example

White with #F1281E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1281E; }

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

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

background-color css

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

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

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

border-color css

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

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

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