Html Css Color HEX #F0291B Scarlet

📋 copy color: '#F0291B'

red 240 ◦ green 41 ◦ blue 27

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

Shades of Scarlet #F0291B

Tints of Scarlet #F0291B

RGB

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

 GREEN value IS 41 (16.41% from 255) = 13.31%

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

R = 77.92%
G = 13.31%
B = 8.77%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0291B (or 0xF0291B) is known color: Scarlet. HEX triplet: F0, 29 and 1B. RGB value is (240,41,27). Sum of RGB (Red+Green+Blue) = 240+41+27=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 41 (16.41% from 255 or 13.31% from 308); Blue value is 27 (10.94% from 255 or 8.77% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0291B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0291B is #0FD6E4. Grayscale: #636363. Windows color (decimal): -1038053 or 1780208. OLE color: 1780208.

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

Color convert

RGB 240 41 27 -
CMYK 0 0.83 0.89 0.06
HSL 3.94º 0.88% 0.52% -
HSV(B) 3.94º 0.89% 0.94% -
XYZ 36.93 20.19 2.99 -
YUV 98.91 87.43 228.64 -
System Red Green Blue C M Y K H S L
Decimal 240 41 27 0 0.83 0.89 0.06 3.94 0.88 0.52
Hex F0 29 1B 0 53 59 6 4 58 34
Octal 360 51 33 0 123 131 6 4 130 64
Binary 11110000 101001 11011 0 1010011 1011001 110 100 1011000 110100

Color Harmonies of #F0291B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0291B

Black with #F0291B

Text Example


Text Example

White with #F0291B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0291B; }

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

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

background-color css

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

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

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

border-color css

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

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

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