Html Css Color HEX #F0251E Scarlet

📋 copy color: '#F0251E'

red 240 ◦ green 37 ◦ blue 30

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

Shades of Scarlet #F0251E

Tints of Scarlet #F0251E

RGB

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

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

 BLUE value IS 30 (12.11% from 255) = 9.77%

R = 78.18%
G = 12.05%
B = 9.77%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.87

 K value IS 0.06

RGB Variations

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

Color information

#F0251E (or 0xF0251E) is known color: Scarlet. HEX triplet: F0, 25 and 1E. RGB value is (240,37,30). Sum of RGB (Red+Green+Blue) = 240+37+30=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 37 (14.84% from 255 or 12.05% from 307); Blue value is 30 (12.11% from 255 or 9.77% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0251E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0251E is #0FDAE1. Grayscale: #616161. Windows color (decimal): -1039074 or 1975792. OLE color: 1975792.

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

Color convert

RGB 240 37 30 -
CMYK 0 0.85 0.87 0.06
HSL 0.88% 0.53% -
HSV(B) 0.88% 0.94% -
XYZ 36.83 19.94 3.14 -
YUV 96.9 90.25 230.07 -
System Red Green Blue C M Y K H S L
Decimal 240 37 30 0 0.85 0.87 0.06 2 0.88 0.53
Hex F0 25 1E 0 55 57 6 2 58 35
Octal 360 45 36 0 125 127 6 2 130 65
Binary 11110000 100101 11110 0 1010101 1010111 110 10 1011000 110101

Color Harmonies of #F0251E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0251E

Black with #F0251E

Text Example


Text Example

White with #F0251E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0251E; }

 p { color: rgb(240,37,30); }

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

background-color css

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

 a { background-color: rgb(240,37,30); }

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

border-color css

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

 span { border-color: rgb(240,37,30); }

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