Html Css Color HEX #F1251D Scarlet

📋 copy color: '#F1251D'

red 241 ◦ green 37 ◦ blue 29

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

Shades of Scarlet #F1251D

Tints of Scarlet #F1251D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 9.45%

R = 78.5%
G = 12.05%
B = 9.45%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.05

RGB Variations

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

Color information

#F1251D (or 0xF1251D) is known color: Scarlet. HEX triplet: F1, 25 and 1D. RGB value is (241,37,29). Sum of RGB (Red+Green+Blue) = 241+37+29=307 (40% of max value = 765). Red value is 241 (94.53% from 255 or 78.50% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 29 (11.72% from 255 or 9.45% from 307); Max value from RGB is 241 - color contains mainly: red. Hex color #F1251D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F1251D is #0EDAE2. Grayscale: #616161. Windows color (decimal): -973539 or 1910257. OLE color: 1910257.

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

Color convert

RGB 241 37 29 -
CMYK 0 0.85 0.88 0.05
HSL 2.26º 0.88% 0.53% -
HSV(B) 2.26º 0.88% 0.95% -
XYZ 37.16 20.11 3.09 -
YUV 97.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 241 37 29 0 0.85 0.88 0.05 2.26 0.88 0.53
Hex F1 25 1D 0 55 58 5 2 58 35
Octal 361 45 35 0 125 130 5 2 130 65
Binary 11110001 100101 11101 0 1010101 1011000 101 10 1011000 110101

Color Harmonies of #F1251D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F1251D

Black with #F1251D

Text Example


Text Example

White with #F1251D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F1251D; }

 p { color: rgb(241,37,29); }

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

background-color css

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

 a { background-color: rgb(241,37,29); }

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

border-color css

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

 span { border-color: rgb(241,37,29); }

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