Html Css Color HEX #F0241C Scarlet

📋 copy color: '#F0241C'

red 240 ◦ green 36 ◦ blue 28

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

Shades of Scarlet #F0241C

Tints of Scarlet #F0241C

RGB

 RED value IS 240 (94.14% from 255) = 78.95%

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

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

R = 78.95%
G = 11.84%
B = 9.21%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0241C (or 0xF0241C) is known color: Scarlet. HEX triplet: F0, 24 and 1C. RGB value is (240,36,28). Sum of RGB (Red+Green+Blue) = 240+36+28=304 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.95% from 304); Green value is 36 (14.45% from 255 or 11.84% from 304); Blue value is 28 (11.33% from 255 or 9.21% from 304); Max value from RGB is 240 - color contains mainly: red. Hex color #F0241C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0241C is #0FDBE3. Grayscale: #606060. Windows color (decimal): -1039332 or 1844464. OLE color: 1844464.

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

Color convert

RGB 240 36 28 -
CMYK 0 0.85 0.88 0.06
HSL 2.26º 0.88% 0.53% -
HSV(B) 2.26º 0.88% 0.94% -
XYZ 36.78 19.87 3 -
YUV 96.08 89.59 230.65 -
System Red Green Blue C M Y K H S L
Decimal 240 36 28 0 0.85 0.88 0.06 2.26 0.88 0.53
Hex F0 24 1C 0 55 58 6 2 58 35
Octal 360 44 34 0 125 130 6 2 130 65
Binary 11110000 100100 11100 0 1010101 1011000 110 10 1011000 110101

Color Harmonies of #F0241C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0241C

Black with #F0241C

Text Example


Text Example

White with #F0241C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0241C; }

 p { color: rgb(240,36,28); }

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

background-color css

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

 a { background-color: rgb(240,36,28); }

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

border-color css

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

 span { border-color: rgb(240,36,28); }

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