Html Css Color HEX #F4280F Scarlet

📋 copy color: '#F4280F'

red 244 ◦ green 40 ◦ blue 15

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

Shades of Scarlet #F4280F

Tints of Scarlet #F4280F

RGB

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

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

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

R = 81.61%
G = 13.38%
B = 5.02%

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

#F4280F (or 0xF4280F) is known color: Scarlet. HEX triplet: F4, 28 and 0F. RGB value is (244,40,15). Sum of RGB (Red+Green+Blue) = 244+40+15=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 15 (6.25% from 255 or 5.02% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F4280F is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4280F is #0BD7F0. Grayscale: #626262. Windows color (decimal): -776177 or 993524. OLE color: 993524.

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

Color convert

RGB 244 40 15 -
CMYK 0 0.84 0.94 0.04
HSL 6.55º 0.91% 0.51% -
HSV(B) 6.55º 0.94% 0.96% -
XYZ 38.15 20.79 2.45 -
YUV 98.15 81.09 232.03 -
System Red Green Blue C M Y K H S L
Decimal 244 40 15 0 0.84 0.94 0.04 6.55 0.91 0.51
Hex F4 28 F 0 54 5E 4 7 5B 33
Octal 364 50 17 0 124 136 4 7 133 63
Binary 11110100 101000 1111 0 1010100 1011110 100 111 1011011 110011

Color Harmonies of #F4280F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4280F

Black with #F4280F

Text Example


Text Example

White with #F4280F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4280F; }

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

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

background-color css

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

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

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

border-color css

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

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

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