Html Css Color HEX #F4250E Scarlet

📋 copy color: '#F4250E'

red 244 ◦ green 37 ◦ blue 14

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

Shades of Scarlet #F4250E

Tints of Scarlet #F4250E

RGB

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

 GREEN value IS 37 (14.84% from 255) = 12.54%

 BLUE value IS 14 (5.86% from 255) = 4.75%

R = 82.71%
G = 12.54%
B = 4.75%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.94

 K value IS 0.04

RGB Variations

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

Color information

#F4250E (or 0xF4250E) is known color: Scarlet. HEX triplet: F4, 25 and 0E. RGB value is (244,37,14). Sum of RGB (Red+Green+Blue) = 244+37+14=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 37 (14.84% from 255 or 12.54% from 295); Blue value is 14 (5.86% from 255 or 4.75% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F4250E is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4250E is #0BDAF1. Grayscale: #606060. Windows color (decimal): -776946 or 927220. OLE color: 927220.

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

Color convert

RGB 244 37 14 -
CMYK 0 0.85 0.94 0.04
HSL 0.91% 0.51% -
HSV(B) 0.94% 0.96% -
XYZ 38.05 20.59 2.38 -
YUV 96.27 81.58 233.37 -
System Red Green Blue C M Y K H S L
Decimal 244 37 14 0 0.85 0.94 0.04 6 0.91 0.51
Hex F4 25 E 0 55 5E 4 6 5B 33
Octal 364 45 16 0 125 136 4 6 133 63
Binary 11110100 100101 1110 0 1010101 1011110 100 110 1011011 110011

Color Harmonies of #F4250E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4250E

Black with #F4250E

Text Example


Text Example

White with #F4250E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4250E; }

 p { color: rgb(244,37,14); }

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

background-color css

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

 a { background-color: rgb(244,37,14); }

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

border-color css

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

 span { border-color: rgb(244,37,14); }

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