Html Css Color HEX #F42411 Scarlet

📋 copy color: '#F42411'

red 244 ◦ green 36 ◦ blue 17

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

Shades of Scarlet #F42411

Tints of Scarlet #F42411

RGB

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

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

 BLUE value IS 17 (7.03% from 255) = 5.72%

R = 82.15%
G = 12.12%
B = 5.72%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.93

 K value IS 0.04

RGB Variations

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

Color information

#F42411 (or 0xF42411) is known color: Scarlet. HEX triplet: F4, 24 and 11. RGB value is (244,36,17). Sum of RGB (Red+Green+Blue) = 244+36+17=297 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.15% from 297); Green value is 36 (14.45% from 255 or 12.12% from 297); Blue value is 17 (7.03% from 255 or 5.72% from 297); Max value from RGB is 244 - color contains mainly: red. Hex color #F42411 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42411 is #0BDBEE. Grayscale: #606060. Windows color (decimal): -777199 or 1123572. OLE color: 1123572.

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

Color convert

RGB 244 36 17 -
CMYK 0 0.85 0.93 0.04
HSL 5.02º 0.91% 0.51% -
HSV(B) 5.02º 0.93% 0.96% -
XYZ 38.04 20.54 2.49 -
YUV 96.03 83.41 233.54 -
System Red Green Blue C M Y K H S L
Decimal 244 36 17 0 0.85 0.93 0.04 5.02 0.91 0.51
Hex F4 24 11 0 55 5D 4 5 5B 33
Octal 364 44 21 0 125 135 4 5 133 63
Binary 11110100 100100 10001 0 1010101 1011101 100 101 1011011 110011

Color Harmonies of #F42411

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42411

Black with #F42411

Text Example


Text Example

White with #F42411

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42411; }

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

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

background-color css

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

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

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

border-color css

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

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

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