Html Css Color HEX #F0241B Scarlet

📋 copy color: '#F0241B'

red 240 ◦ green 36 ◦ blue 27

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

Shades of Scarlet #F0241B

Tints of Scarlet #F0241B

RGB

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

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

 BLUE value IS 27 (10.94% from 255) = 8.91%

R = 79.21%
G = 11.88%
B = 8.91%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0241B (or 0xF0241B) is known color: Scarlet. HEX triplet: F0, 24 and 1B. RGB value is (240,36,27). Sum of RGB (Red+Green+Blue) = 240+36+27=303 (40% of max value = 765). Red value is 240 (94.14% from 255 or 79.21% from 303); Green value is 36 (14.45% from 255 or 11.88% from 303); Blue value is 27 (10.94% from 255 or 8.91% from 303); Max value from RGB is 240 - color contains mainly: red. Hex color #F0241B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0241B is #0FDBE4. Grayscale: #606060. Windows color (decimal): -1039333 or 1778928. OLE color: 1778928.

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

Color convert

RGB 240 36 27 -
CMYK 0 0.85 0.89 0.06
HSL 2.54º 0.88% 0.52% -
HSV(B) 2.54º 0.89% 0.94% -
XYZ 36.76 19.87 2.93 -
YUV 95.97 89.09 230.73 -
System Red Green Blue C M Y K H S L
Decimal 240 36 27 0 0.85 0.89 0.06 2.54 0.88 0.52
Hex F0 24 1B 0 55 59 6 3 58 34
Octal 360 44 33 0 125 131 6 3 130 64
Binary 11110000 100100 11011 0 1010101 1011001 110 11 1011000 110100

Color Harmonies of #F0241B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0241B

Black with #F0241B

Text Example


Text Example

White with #F0241B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0241B; }

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

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

background-color css

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

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

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

border-color css

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

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

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