Html Css Color HEX #F42713 Scarlet

📋 copy color: '#F42713'

red 244 ◦ green 39 ◦ blue 19

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

Shades of Scarlet #F42713

Tints of Scarlet #F42713

RGB

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

 GREEN value IS 39 (15.63% from 255) = 12.91%

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

R = 80.79%
G = 12.91%
B = 6.29%

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

#F42713 (or 0xF42713) is known color: Scarlet. HEX triplet: F4, 27 and 13. RGB value is (244,39,19). Sum of RGB (Red+Green+Blue) = 244+39+19=302 (40% of max value = 765). Red value is 244 (95.70% from 255 or 80.79% from 302); Green value is 39 (15.62% from 255 or 12.91% from 302); Blue value is 19 (7.81% from 255 or 6.29% from 302); Max value from RGB is 244 - color contains mainly: red. Hex color #F42713 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F42713 is #0BD8EC. Grayscale: #626262. Windows color (decimal): -776429 or 1255412. OLE color: 1255412.

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

Color convert

RGB 244 39 19 -
CMYK 0 0.84 0.92 0.04
HSL 5.33º 0.91% 0.52% -
HSV(B) 5.33º 0.92% 0.96% -
XYZ 38.15 20.73 2.61 -
YUV 98.02 83.42 232.13 -
System Red Green Blue C M Y K H S L
Decimal 244 39 19 0 0.84 0.92 0.04 5.33 0.91 0.52
Hex F4 27 13 0 54 5C 4 5 5B 34
Octal 364 47 23 0 124 134 4 5 133 64
Binary 11110100 100111 10011 0 1010100 1011100 100 101 1011011 110100

Color Harmonies of #F42713

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F42713

Black with #F42713

Text Example


Text Example

White with #F42713

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F42713; }

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

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

background-color css

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

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

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

border-color css

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

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

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