Html Css Color HEX #F42614 Scarlet

📋 copy color: '#F42614'

red 244 ◦ green 38 ◦ blue 20

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

Shades of Scarlet #F42614

Tints of Scarlet #F42614

RGB

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

 GREEN value IS 38 (15.23% from 255) = 12.58%

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

R = 80.79%
G = 12.58%
B = 6.62%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F42614 (or 0xF42614) is known color: Scarlet. HEX triplet: F4, 26 and 14. RGB value is (244,38,20). Sum of RGB (Red+Green+Blue) = 244+38+20=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 38 (15.23% from 255 or 12.58% from 302); Blue value is 20 (8.20% from 255 or 6.62% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F42614 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42614 is #0BD9EB. Grayscale: #616161. Windows color (decimal): -776684 or 1320692. OLE color: 1320692.

HSL color Cylindrical-coordinate representation of color #F42614: hue angle of 4.82º 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 #F42614 is Cyan = 0, Magento = 0.84, Yellow = 0.92 and Black (K on CMYK) = 0.04.

Color convert

RGB 244 38 20 -
CMYK 0 0.84 0.92 0.04
HSL 4.82º 0.91% 0.52% -
HSV(B) 4.82º 0.92% 0.96% -
XYZ 38.13 20.67 2.64 -
YUV 97.54 84.25 232.46 -
System Red Green Blue C M Y K H S L
Decimal 244 38 20 0 0.84 0.92 0.04 4.82 0.91 0.52
Hex F4 26 14 0 54 5C 4 5 5B 34
Octal 364 46 24 0 124 134 4 5 133 64
Binary 11110100 100110 10100 0 1010100 1011100 100 101 1011011 110100

Color Harmonies of #F42614

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42614

Black with #F42614

Text Example


Text Example

White with #F42614

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42614; }

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

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

background-color css

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

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

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

border-color css

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

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

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