Html Css Color HEX #F4240C Scarlet

📋 copy color: '#F4240C'

red 244 ◦ green 36 ◦ blue 12

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

Shades of Scarlet #F4240C

Tints of Scarlet #F4240C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 4.11%

R = 83.56%
G = 12.33%
B = 4.11%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.95

 K value IS 0.04

RGB Variations

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

Color information

#F4240C (or 0xF4240C) is known color: Scarlet. HEX triplet: F4, 24 and 0C. RGB value is (244,36,12). Sum of RGB (Red+Green+Blue) = 244+36+12=292 (38% of max value = 765). Red value is 244 (95.70% from 255 or 83.56% from 292); Green value is 36 (14.45% from 255 or 12.33% from 292); Blue value is 12 (5.08% from 255 or 4.11% from 292); Max value from RGB is 244 - color contains mainly: red. Hex color #F4240C is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F4240C is #0BDBF3. Grayscale: #5F5F5F. Windows color (decimal): -777204 or 795892. OLE color: 795892.

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

Color convert

RGB 244 36 12 -
CMYK 0 0.85 0.95 0.04
HSL 6.21º 0.91% 0.5% -
HSV(B) 6.21º 0.95% 0.96% -
XYZ 38.01 20.52 2.31 -
YUV 95.46 80.91 233.95 -
System Red Green Blue C M Y K H S L
Decimal 244 36 12 0 0.85 0.95 0.04 6.21 0.91 0.5
Hex F4 24 C 0 55 5F 4 6 5B 32
Octal 364 44 14 0 125 137 4 6 133 62
Binary 11110100 100100 1100 0 1010101 1011111 100 110 1011011 110010

Color Harmonies of #F4240C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F4240C

Black with #F4240C

Text Example


Text Example

White with #F4240C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F4240C; }

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

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

background-color css

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

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

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

border-color css

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

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

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