Html Css Color HEX #F42013 Scarlet

📋 copy color: '#F42013'

red 244 ◦ green 32 ◦ blue 19

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

Shades of Scarlet #F42013

Tints of Scarlet #F42013

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.85%

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

R = 82.71%
G = 10.85%
B = 6.44%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F42013 (or 0xF42013) is known color: Scarlet. HEX triplet: F4, 20 and 13. RGB value is (244,32,19). Sum of RGB (Red+Green+Blue) = 244+32+19=295 (39% of max value = 765). Red value is 244 (95.70% from 255 or 82.71% from 295); Green value is 32 (12.89% from 255 or 10.85% from 295); Blue value is 19 (7.81% from 255 or 6.44% from 295); Max value from RGB is 244 - color contains mainly: red. Hex color #F42013 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42013 is #0BDFEC. Grayscale: #5E5E5E. Windows color (decimal): -778221 or 1253620. OLE color: 1253620.

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

Color convert

RGB 244 32 19 -
CMYK 0 0.87 0.92 0.04
HSL 3.47º 0.91% 0.52% -
HSV(B) 3.47º 0.92% 0.96% -
XYZ 37.94 20.31 2.54 -
YUV 93.91 85.74 235.06 -
System Red Green Blue C M Y K H S L
Decimal 244 32 19 0 0.87 0.92 0.04 3.47 0.91 0.52
Hex F4 20 13 0 57 5C 4 3 5B 34
Octal 364 40 23 0 127 134 4 3 133 64
Binary 11110100 100000 10011 0 1010111 1011100 100 11 1011011 110100

Color Harmonies of #F42013

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42013

Black with #F42013

Text Example


Text Example

White with #F42013

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42013; }

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

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

background-color css

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

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

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

border-color css

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

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

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