Html Css Color HEX #F4270F Scarlet

📋 copy color: '#F4270F'

red 244 ◦ green 39 ◦ blue 15

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

Shades of Scarlet #F4270F

Tints of Scarlet #F4270F

RGB

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

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

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

R = 81.88%
G = 13.09%
B = 5.03%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4270F (or 0xF4270F) is known color: Scarlet. HEX triplet: F4, 27 and 0F. RGB value is (244,39,15). Sum of RGB (Red+Green+Blue) = 244+39+15=298 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.88% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 15 (6.25% from 255 or 5.03% from 298); Max value from RGB is 244 - color contains mainly: red. Hex color #F4270F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4270F is #0BD8F0. Grayscale: #616161. Windows color (decimal): -776433 or 993268. OLE color: 993268.

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

Color convert

RGB 244 39 15 -
CMYK 0 0.84 0.94 0.04
HSL 6.29º 0.91% 0.51% -
HSV(B) 6.29º 0.94% 0.96% -
XYZ 38.12 20.72 2.44 -
YUV 97.56 81.42 232.45 -
System Red Green Blue C M Y K H S L
Decimal 244 39 15 0 0.84 0.94 0.04 6.29 0.91 0.51
Hex F4 27 F 0 54 5E 4 6 5B 33
Octal 364 47 17 0 124 136 4 6 133 63
Binary 11110100 100111 1111 0 1010100 1011110 100 110 1011011 110011

Color Harmonies of #F4270F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4270F

Black with #F4270F

Text Example


Text Example

White with #F4270F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4270F; }

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

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

background-color css

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

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

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

border-color css

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

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

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