Html Css Color HEX #F42613 Scarlet

📋 copy color: '#F42613'

red 244 ◦ green 38 ◦ blue 19

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

Shades of Scarlet #F42613

Tints of Scarlet #F42613

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 6.31%

R = 81.06%
G = 12.62%
B = 6.31%

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

#F42613 (or 0xF42613) is known color: Scarlet. HEX triplet: F4, 26 and 13. RGB value is (244,38,19). Sum of RGB (Red+Green+Blue) = 244+38+19=301 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.06% from 301); Green value is 38 (15.23% from 255 or 12.62% from 301); Blue value is 19 (7.81% from 255 or 6.31% from 301); Max value from RGB is 244 - color contains mainly: red. Hex color #F42613 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42613 is #0BD9EC. Grayscale: #616161. Windows color (decimal): -776685 or 1255156. OLE color: 1255156.

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

Color convert

RGB 244 38 19 -
CMYK 0 0.84 0.92 0.04
HSL 5.07º 0.91% 0.52% -
HSV(B) 5.07º 0.92% 0.96% -
XYZ 38.12 20.67 2.6 -
YUV 97.43 83.75 232.54 -
System Red Green Blue C M Y K H S L
Decimal 244 38 19 0 0.84 0.92 0.04 5.07 0.91 0.52
Hex F4 26 13 0 54 5C 4 5 5B 34
Octal 364 46 23 0 124 134 4 5 133 64
Binary 11110100 100110 10011 0 1010100 1011100 100 101 1011011 110100

Color Harmonies of #F42613

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42613

Black with #F42613

Text Example


Text Example

White with #F42613

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42613; }

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

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

background-color css

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

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

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

border-color css

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

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

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