Html Css Color HEX #F43313 Scarlet

📋 copy color: '#F43313'

red 244 ◦ green 51 ◦ blue 19

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

Shades of Scarlet #F43313

Tints of Scarlet #F43313

RGB

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

 GREEN value IS 51 (20.31% from 255) = 16.24%

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

R = 77.71%
G = 16.24%
B = 6.05%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.92

 K value IS 0.04

RGB Variations

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

Color information

#F43313 (or 0xF43313) is known color: Scarlet. HEX triplet: F4, 33 and 13. RGB value is (244,51,19). Sum of RGB (Red+Green+Blue) = 244+51+19=314 (41% of max value = 765). Red value is 244 (95.70% from 255 or 77.71% from 314); Green value is 51 (20.31% from 255 or 16.24% from 314); Blue value is 19 (7.81% from 255 or 6.05% from 314); Max value from RGB is 244 - color contains mainly: red. Hex color #F43313 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F43313 is #0BCCEC. Grayscale: #696969. Windows color (decimal): -773357 or 1258484. OLE color: 1258484.

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

Color convert

RGB 244 51 19 -
CMYK 0 0.79 0.92 0.04
HSL 8.53º 0.91% 0.52% -
HSV(B) 8.53º 0.92% 0.96% -
XYZ 38.61 21.65 2.76 -
YUV 105.06 79.44 227.1 -
System Red Green Blue C M Y K H S L
Decimal 244 51 19 0 0.79 0.92 0.04 8.53 0.91 0.52
Hex F4 33 13 0 4F 5C 4 9 5B 34
Octal 364 63 23 0 117 134 4 11 133 64
Binary 11110100 110011 10011 0 1001111 1011100 100 1001 1011011 110100

Color Harmonies of #F43313

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F43313

Black with #F43313

Text Example


Text Example

White with #F43313

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F43313; }

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

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

background-color css

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

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

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

border-color css

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

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

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