Html Css Color HEX #F0271B Scarlet

📋 copy color: '#F0271B'

red 240 ◦ green 39 ◦ blue 27

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

Shades of Scarlet #F0271B

Tints of Scarlet #F0271B

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.75%

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

R = 78.43%
G = 12.75%
B = 8.82%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.89

 K value IS 0.06

RGB Variations

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

Color information

#F0271B (or 0xF0271B) is known color: Scarlet. HEX triplet: F0, 27 and 1B. RGB value is (240,39,27). Sum of RGB (Red+Green+Blue) = 240+39+27=306 (40% of max value = 765). Red value is 240 (94.14% from 255 or 78.43% from 306); Green value is 39 (15.62% from 255 or 12.75% from 306); Blue value is 27 (10.94% from 255 or 8.82% from 306); Max value from RGB is 240 - color contains mainly: red. Hex color #F0271B is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0271B is #0FD8E4. Grayscale: #616161. Windows color (decimal): -1038565 or 1779696. OLE color: 1779696.

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

Color convert

RGB 240 39 27 -
CMYK 0 0.84 0.89 0.06
HSL 3.38º 0.88% 0.52% -
HSV(B) 3.38º 0.89% 0.94% -
XYZ 36.86 20.06 2.97 -
YUV 97.73 88.09 229.48 -
System Red Green Blue C M Y K H S L
Decimal 240 39 27 0 0.84 0.89 0.06 3.38 0.88 0.52
Hex F0 27 1B 0 54 59 6 3 58 34
Octal 360 47 33 0 124 131 6 3 130 64
Binary 11110000 100111 11011 0 1010100 1011001 110 11 1011000 110100

Color Harmonies of #F0271B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0271B

Black with #F0271B

Text Example


Text Example

White with #F0271B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0271B; }

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

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

background-color css

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

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

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

border-color css

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

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

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