Html Css Color HEX #F4150F Scarlet

📋 copy color: '#F4150F'

red 244 ◦ green 21 ◦ blue 15

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

Shades of Scarlet #F4150F

Tints of Scarlet #F4150F

RGB

 RED value IS 244 (95.7% from 255) = 87.14%

 GREEN value IS 21 (8.59% from 255) = 7.5%

 BLUE value IS 15 (6.25% from 255) = 5.36%

R = 87.14%
G = 7.5%
B = 5.36%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4150F (or 0xF4150F) is known color: Scarlet. HEX triplet: F4, 15 and 0F. RGB value is (244,21,15). Sum of RGB (Red+Green+Blue) = 244+21+15=280 (37% of max value = 765). Red value is 244 (95.70% from 255 or 87.14% from 280); Green value is 21 (8.59% from 255 or 7.5% from 280); Blue value is 15 (6.25% from 255 or 5.36% from 280); Max value from RGB is 244 - color contains mainly: red. Hex color #F4150F is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F4150F is #0BEAF0. Grayscale: #575757. Windows color (decimal): -781041 or 988660. OLE color: 988660.

HSL color Cylindrical-coordinate representation of color #F4150F: hue angle of 1.57º degrees, saturation: 0.91, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #F4150F is Cyan = 0, Magento = 0.91, Yellow = 0.94 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 21 15 -
CMYK 0 0.91 0.94 0.04
HSL 1.57º 0.91% 0.51% -
HSV(B) 1.57º 0.94% 0.96% -
XYZ 37.66 19.8 2.29 -
YUV 86.99 87.38 239.99 -
System Red Green Blue C M Y K H S L
Decimal 244 21 15 0 0.91 0.94 0.04 1.57 0.91 0.51
Hex F4 15 F 0 5B 5E 4 2 5B 33
Octal 364 25 17 0 133 136 4 2 133 63
Binary 11110100 10101 1111 0 1011011 1011110 100 10 1011011 110011

Color Harmonies of #F4150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4150F

Black with #F4150F

Text Example


Text Example

White with #F4150F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4150F; }

 p { color: rgb(244,21,15); }

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

background-color css

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

 a { background-color: rgb(244,21,15); }

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

border-color css

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

 span { border-color: rgb(244,21,15); }

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