Html Css Color HEX #F42413 Scarlet

📋 copy color: '#F42413'

red 244 ◦ green 36 ◦ blue 19

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

Shades of Scarlet #F42413

Tints of Scarlet #F42413

RGB

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

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

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

R = 81.61%
G = 12.04%
B = 6.35%

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

#F42413 (or 0xF42413) is known color: Scarlet. HEX triplet: F4, 24 and 13. RGB value is (244,36,19). Sum of RGB (Red+Green+Blue) = 244+36+19=299 (39% of max value = 765). Red value is 244 (95.70% from 255 or 81.61% from 299); Green value is 36 (14.45% from 255 or 12.04% from 299); Blue value is 19 (7.81% from 255 or 6.35% from 299); Max value from RGB is 244 - color contains mainly: red. Hex color #F42413 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42413 is #0BDBEC. Grayscale: #606060. Windows color (decimal): -777197 or 1254644. OLE color: 1254644.

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

Color convert

RGB 244 36 19 -
CMYK 0 0.85 0.92 0.04
HSL 4.53º 0.91% 0.52% -
HSV(B) 4.53º 0.92% 0.96% -
XYZ 38.06 20.54 2.58 -
YUV 96.25 84.41 233.38 -
System Red Green Blue C M Y K H S L
Decimal 244 36 19 0 0.85 0.92 0.04 4.53 0.91 0.52
Hex F4 24 13 0 55 5C 4 5 5B 34
Octal 364 44 23 0 125 134 4 5 133 64
Binary 11110100 100100 10011 0 1010101 1011100 100 101 1011011 110100

Color Harmonies of #F42413

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42413

Black with #F42413

Text Example


Text Example

White with #F42413

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42413; }

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

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

background-color css

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

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

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

border-color css

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

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

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