Html Css Color HEX #F42514 Scarlet

📋 copy color: '#F42514'

red 244 ◦ green 37 ◦ blue 20

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

Shades of Scarlet #F42514

Tints of Scarlet #F42514

RGB

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

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

 BLUE value IS 20 (8.2% from 255) = 6.64%

R = 81.06%
G = 12.29%
B = 6.64%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F42514 (or 0xF42514) is known color: Scarlet. HEX triplet: F4, 25 and 14. RGB value is (244,37,20). Sum of RGB (Red+Green+Blue) = 244+37+20=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 37 (14.84% from 255 or 12.29% from 301); Blue value is 20 (8.20% from 255 or 6.64% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F42514 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42514 is #0BDAEB. Grayscale: #616161. Windows color (decimal): -776940 or 1320436. OLE color: 1320436.

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

Color convert

RGB 244 37 20 -
CMYK 0 0.85 0.92 0.04
HSL 4.55º 0.91% 0.52% -
HSV(B) 4.55º 0.92% 0.96% -
XYZ 38.1 20.61 2.63 -
YUV 96.96 84.58 232.88 -
System Red Green Blue C M Y K H S L
Decimal 244 37 20 0 0.85 0.92 0.04 4.55 0.91 0.52
Hex F4 25 14 0 55 5C 4 5 5B 34
Octal 364 45 24 0 125 134 4 5 133 64
Binary 11110100 100101 10100 0 1010101 1011100 100 101 1011011 110100

Color Harmonies of #F42514

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42514

Black with #F42514

Text Example


Text Example

White with #F42514

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42514; }

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

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

background-color css

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

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

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

border-color css

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

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

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