Html Css Color HEX #F0291D Scarlet

📋 copy color: '#F0291D'

red 240 ◦ green 41 ◦ blue 29

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

Shades of Scarlet #F0291D

Tints of Scarlet #F0291D

RGB

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

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

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

R = 77.42%
G = 13.23%
B = 9.35%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0291D (or 0xF0291D) is known color: Scarlet. HEX triplet: F0, 29 and 1D. RGB value is (240,41,29). Sum of RGB (Red+Green+Blue) = 240+41+29=310 (41% of max value = 765). Red value is 240 (94.14% from 255 or 77.42% from 310); Green value is 41 (16.41% from 255 or 13.23% from 310); Blue value is 29 (11.72% from 255 or 9.35% from 310); Max value from RGB is 240 - color contains mainly: red. Hex color #F0291D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0291D is #0FD6E2. Grayscale: #636363. Windows color (decimal): -1038051 or 1911280. OLE color: 1911280.

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

Color convert

RGB 240 41 29 -
CMYK 0 0.83 0.88 0.06
HSL 3.41º 0.88% 0.53% -
HSV(B) 3.41º 0.88% 0.94% -
XYZ 36.95 20.2 3.11 -
YUV 99.13 88.43 228.48 -
System Red Green Blue C M Y K H S L
Decimal 240 41 29 0 0.83 0.88 0.06 3.41 0.88 0.53
Hex F0 29 1D 0 53 58 6 3 58 35
Octal 360 51 35 0 123 130 6 3 130 65
Binary 11110000 101001 11101 0 1010011 1011000 110 11 1011000 110101

Color Harmonies of #F0291D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0291D

Black with #F0291D

Text Example


Text Example

White with #F0291D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0291D; }

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

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

background-color css

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

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

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

border-color css

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

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

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