Html Css Color HEX #F31407 Scarlet

📋 copy color: '#F31407'

red 243 ◦ green 20 ◦ blue 7

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

Shades of Scarlet #F31407

Tints of Scarlet #F31407

RGB

 RED value IS 243 (95.31% from 255) = 90%

 GREEN value IS 20 (8.2% from 255) = 7.41%

 BLUE value IS 7 (3.13% from 255) = 2.59%

R = 90%
G = 7.41%
B = 2.59%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.97

 K value IS 0.05

RGB Variations

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

Color information

#F31407 (or 0xF31407) is known color: Scarlet. HEX triplet: F3, 14 and 07. RGB value is (243,20,7). Sum of RGB (Red+Green+Blue) = 243+20+7=270 (35% of max value = 765). Red value is 243 (95.31% from 255 or 90% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 7 (3.12% from 255 or 2.59% from 270); Max value from RGB is 243 - color contains mainly: red. Hex color #F31407 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31407 is #0CEBF8. Grayscale: #555555. Windows color (decimal): -846841 or 464115. OLE color: 464115.

HSL color Cylindrical-coordinate representation of color #F31407: hue angle of 3.31º degrees, saturation: 0.94, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #F31407 is Cyan = 0, Magento = 0.92, Yellow = 0.97 and Black (K on CMYK) = 0.05.

Color convert

RGB 243 20 7 -
CMYK 0 0.92 0.97 0.05
HSL 3.31º 0.94% 0.49% -
HSV(B) 3.31º 0.97% 0.95% -
XYZ 37.25 19.57 2.02 -
YUV 85.2 83.88 240.56 -
System Red Green Blue C M Y K H S L
Decimal 243 20 7 0 0.92 0.97 0.05 3.31 0.94 0.49
Hex F3 14 7 0 5C 61 5 3 5E 31
Octal 363 24 7 0 134 141 5 3 136 61
Binary 11110011 10100 111 0 1011100 1100001 101 11 1011110 110001

Color Harmonies of #F31407

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31407

Black with #F31407

Text Example


Text Example

White with #F31407

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31407; }

 p { color: rgb(243,20,7); }

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

background-color css

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

 a { background-color: rgb(243,20,7); }

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

border-color css

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

 span { border-color: rgb(243,20,7); }

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