Html Css Color HEX #F0281B Scarlet

📋 copy color: '#F0281B'

red 240 ◦ green 40 ◦ blue 27

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

Shades of Scarlet #F0281B

Tints of Scarlet #F0281B

RGB

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

 GREEN value IS 40 (16.02% from 255) = 13.03%

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

R = 78.18%
G = 13.03%
B = 8.79%

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

#F0281B (or 0xF0281B) is known color: Scarlet. HEX triplet: F0, 28 and 1B. RGB value is (240,40,27). Sum of RGB (Red+Green+Blue) = 240+40+27=307 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.18% from 307); Green value is 40 (16.02% from 255 or 13.03% from 307); Blue value is 27 (10.94% from 255 or 8.79% from 307); Max value from RGB is 240 - color contains mainly: red. Hex color #F0281B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0281B is #0FD7E4. Grayscale: #626262. Windows color (decimal): -1038309 or 1779952. OLE color: 1779952.

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

Color convert

RGB 240 40 27 -
CMYK 0 0.83 0.89 0.06
HSL 3.66º 0.88% 0.52% -
HSV(B) 3.66º 0.89% 0.94% -
XYZ 36.89 20.12 2.98 -
YUV 98.32 87.76 229.06 -
System Red Green Blue C M Y K H S L
Decimal 240 40 27 0 0.83 0.89 0.06 3.66 0.88 0.52
Hex F0 28 1B 0 53 59 6 4 58 34
Octal 360 50 33 0 123 131 6 4 130 64
Binary 11110000 101000 11011 0 1010011 1011001 110 100 1011000 110100

Color Harmonies of #F0281B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0281B

Black with #F0281B

Text Example


Text Example

White with #F0281B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0281B; }

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

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

background-color css

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

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

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

border-color css

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

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

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