Html Css Color HEX #F4241E Scarlet

📋 copy color: '#F4241E'

red 244 ◦ green 36 ◦ blue 30

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

Shades of Scarlet #F4241E

Tints of Scarlet #F4241E

RGB

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

 GREEN value IS 36 (14.45% from 255) = 11.61%

 BLUE value IS 30 (12.11% from 255) = 9.68%

R = 78.71%
G = 11.61%
B = 9.68%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.88

 K value IS 0.04

RGB Variations

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

Color information

#F4241E (or 0xF4241E) is known color: Scarlet. HEX triplet: F4, 24 and 1E. RGB value is (244,36,30). Sum of RGB (Red+Green+Blue) = 244+36+30=310 (41% of max value = 765). Red value is 244 (95.70% from 255 or 78.71% from 310); Green value is 36 (14.45% from 255 or 11.61% from 310); Blue value is 30 (12.11% from 255 or 9.68% from 310); Max value from RGB is 244 - color contains mainly: red. Hex color #F4241E is not a web safe color. Web safe color analog (approx): #FF3333. Inversed color of #F4241E is #0BDBE1. Grayscale: #616161. Windows color (decimal): -777186 or 1975540. OLE color: 1975540.

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

Color convert

RGB 244 36 30 -
CMYK 0 0.85 0.88 0.04
HSL 1.68º 0.91% 0.54% -
HSV(B) 1.68º 0.88% 0.96% -
XYZ 38.17 20.59 3.19 -
YUV 97.51 89.91 232.49 -
System Red Green Blue C M Y K H S L
Decimal 244 36 30 0 0.85 0.88 0.04 1.68 0.91 0.54
Hex F4 24 1E 0 55 58 4 2 5B 36
Octal 364 44 36 0 125 130 4 2 133 66
Binary 11110100 100100 11110 0 1010101 1011000 100 10 1011011 110110

Color Harmonies of #F4241E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4241E

Black with #F4241E

Text Example


Text Example

White with #F4241E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4241E; }

 p { color: rgb(244,36,30); }

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

background-color css

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

 a { background-color: rgb(244,36,30); }

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

border-color css

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

 span { border-color: rgb(244,36,30); }

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