Html Css Color HEX #F31300 Scarlet

📋 copy color: '#F31300'

red 243 ◦ green 19 ◦ blue 0

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

Shades of Scarlet #F31300

Tints of Scarlet #F31300

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

 BLUE value IS 0 (0.39% from 255) = 0%

R = 92.75%
G = 7.25%
B = 0%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 1

 K value IS 0.05

RGB Variations

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

Color information

#F31300 (or 0xF31300) is known color: Scarlet. HEX triplet: F3, 13 and 00. RGB value is (243,19,0). Sum of RGB (Red+Green+Blue) = 243+19+0=262 (34% of max value = 765). Red value is 243 (95.31% from 255 or 92.75% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 0 (0.39% from 255 or 0% from 262); Max value from RGB is 243 - color contains mainly: red. Hex color #F31300 is not a web safe color. Web safe color analog (approx): #FF0000. Inversed color of #F31300 is #0CECFF. Grayscale: #545454. Windows color (decimal): -847104 or 5107. OLE color: 5107.

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

Color convert

RGB 243 19 0 -
CMYK 0 0.92 1 0.05
HSL 4.69º 1% 0.48% -
HSV(B) 4.69º 1% 0.95% -
XYZ 37.2 19.52 1.81 -
YUV 83.81 80.71 241.54 -
System Red Green Blue C M Y K H S L
Decimal 243 19 0 0 0.92 1 0.05 4.69 1 0.48
Hex F3 13 0 0 5C 64 5 5 64 30
Octal 363 23 0 0 134 144 5 5 144 60
Binary 11110011 10011 0 0 1011100 1100100 101 101 1100100 110000

Color Harmonies of #F31300

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31300

Black with #F31300

Text Example


Text Example

White with #F31300

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31300; }

 p { color: rgb(243,19,0); }

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

background-color css

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

 a { background-color: rgb(243,19,0); }

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

border-color css

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

 span { border-color: rgb(243,19,0); }

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