Html Css Color HEX #F0301A Scarlet

📋 copy color: '#F0301A'

red 240 ◦ green 48 ◦ blue 26

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

Shades of Scarlet #F0301A

Tints of Scarlet #F0301A

RGB

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

 GREEN value IS 48 (19.14% from 255) = 15.29%

 BLUE value IS 26 (10.55% from 255) = 8.28%

R = 76.43%
G = 15.29%
B = 8.28%

CMYK

 C value IS 0

 M value IS 0.8

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0301A (or 0xF0301A) is known color: Scarlet. HEX triplet: F0, 30 and 1A. RGB value is (240,48,26). Sum of RGB (Red+Green+Blue) = 240+48+26=314 (41% of max value = 765). Red value is 240 (94.14% from 255 or 76.43% from 314); Green value is 48 (19.14% from 255 or 15.29% from 314); Blue value is 26 (10.55% from 255 or 8.28% from 314); Max value from RGB is 240 - color contains mainly: red. Hex color #F0301A is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0301A is #0FCFE5. Grayscale: #676767. Windows color (decimal): -1036262 or 1716464. OLE color: 1716464.

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

Color convert

RGB 240 48 26 -
CMYK 0 0.8 0.89 0.06
HSL 6.17º 0.88% 0.52% -
HSV(B) 6.17º 0.89% 0.94% -
XYZ 37.18 20.71 3.02 -
YUV 102.9 84.61 225.79 -
System Red Green Blue C M Y K H S L
Decimal 240 48 26 0 0.8 0.89 0.06 6.17 0.88 0.52
Hex F0 30 1A 0 50 59 6 6 58 34
Octal 360 60 32 0 120 131 6 6 130 64
Binary 11110000 110000 11010 0 1010000 1011001 110 110 1011000 110100

Color Harmonies of #F0301A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0301A

Black with #F0301A

Text Example


Text Example

White with #F0301A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0301A; }

 p { color: rgb(240,48,26); }

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

background-color css

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

 a { background-color: rgb(240,48,26); }

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

border-color css

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

 span { border-color: rgb(240,48,26); }

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