Html Css Color HEX #F4251C Scarlet

📋 copy color: '#F4251C'

red 244 ◦ green 37 ◦ blue 28

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

Shades of Scarlet #F4251C

Tints of Scarlet #F4251C

RGB

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

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

 BLUE value IS 28 (11.33% from 255) = 9.06%

R = 78.96%
G = 11.97%
B = 9.06%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.89

 K value IS 0.04

RGB Variations

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

Color information

#F4251C (or 0xF4251C) is known color: Scarlet. HEX triplet: F4, 25 and 1C. RGB value is (244,37,28). Sum of RGB (Red+Green+Blue) = 244+37+28=309 (40% of max value = 765). Red value is 244 (95.70% from 255 or 78.96% from 309); Green value is 37 (14.84% from 255 or 11.97% from 309); Blue value is 28 (11.33% from 255 or 9.06% from 309); Max value from RGB is 244 - color contains mainly: red. Hex color #F4251C is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4251C is #0BDAE3. Grayscale: #626262. Windows color (decimal): -776932 or 1844724. OLE color: 1844724.

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

Color convert

RGB 244 37 28 -
CMYK 0 0.85 0.89 0.04
HSL 2.5º 0.91% 0.53% -
HSV(B) 2.5º 0.89% 0.96% -
XYZ 38.18 20.64 3.07 -
YUV 97.87 88.58 232.23 -
System Red Green Blue C M Y K H S L
Decimal 244 37 28 0 0.85 0.89 0.04 2.5 0.91 0.53
Hex F4 25 1C 0 55 59 4 2 5B 35
Octal 364 45 34 0 125 131 4 2 133 65
Binary 11110100 100101 11100 0 1010101 1011001 100 10 1011011 110101

Color Harmonies of #F4251C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4251C

Black with #F4251C

Text Example


Text Example

White with #F4251C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4251C; }

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

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

background-color css

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

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

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

border-color css

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

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

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