Html Css Color HEX #F0271D Scarlet

📋 copy color: '#F0271D'

red 240 ◦ green 39 ◦ blue 29

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

Shades of Scarlet #F0271D

Tints of Scarlet #F0271D

RGB

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

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

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

R = 77.92%
G = 12.66%
B = 9.42%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.88

 K value IS 0.06

RGB Variations

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

Color information

#F0271D (or 0xF0271D) is known color: Scarlet. HEX triplet: F0, 27 and 1D. RGB value is (240,39,29). Sum of RGB (Red+Green+Blue) = 240+39+29=308 (40% of max value = 765). Red value is 240 (94.14% from 255 or 77.92% from 308); Green value is 39 (15.62% from 255 or 12.66% from 308); Blue value is 29 (11.72% from 255 or 9.42% from 308); Max value from RGB is 240 - color contains mainly: red. Hex color #F0271D is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F0271D is #0FD8E2. Grayscale: #626262. Windows color (decimal): -1038563 or 1910768. OLE color: 1910768.

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

Color convert

RGB 240 39 29 -
CMYK 0 0.84 0.88 0.06
HSL 2.84º 0.88% 0.53% -
HSV(B) 2.84º 0.88% 0.94% -
XYZ 36.88 20.07 3.09 -
YUV 97.96 89.09 229.31 -
System Red Green Blue C M Y K H S L
Decimal 240 39 29 0 0.84 0.88 0.06 2.84 0.88 0.53
Hex F0 27 1D 0 54 58 6 3 58 35
Octal 360 47 35 0 124 130 6 3 130 65
Binary 11110000 100111 11101 0 1010100 1011000 110 11 1011000 110101

Color Harmonies of #F0271D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F0271D

Black with #F0271D

Text Example


Text Example

White with #F0271D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F0271D; }

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

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

background-color css

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

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

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

border-color css

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

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

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