Html Css Color HEX #F31F03 Scarlet

📋 copy color: '#F31F03'

red 243 ◦ green 31 ◦ blue 3

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

Shades of Scarlet #F31F03

Tints of Scarlet #F31F03

RGB

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

 GREEN value IS 31 (12.5% from 255) = 11.19%

 BLUE value IS 3 (1.56% from 255) = 1.08%

R = 87.73%
G = 11.19%
B = 1.08%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.99

 K value IS 0.05

RGB Variations

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

Color information

#F31F03 (or 0xF31F03) is known color: Scarlet. HEX triplet: F3, 1F and 03. RGB value is (243,31,3). Sum of RGB (Red+Green+Blue) = 243+31+3=277 (36% of max value = 765). Red value is 243 (95.31% from 255 or 87.73% from 277); Green value is 31 (12.5% from 255 or 11.19% from 277); Blue value is 3 (1.56% from 255 or 1.08% from 277); Max value from RGB is 243 - color contains mainly: red. Hex color #F31F03 is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31F03 is #0CE0FC. Grayscale: #5B5B5B. Windows color (decimal): -844029 or 204787. OLE color: 204787.

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

Color convert

RGB 243 31 3 -
CMYK 0 0.87 0.99 0.05
HSL 0.98% 0.48% -
HSV(B) 0.99% 0.95% -
XYZ 37.47 20.04 1.98 -
YUV 91.2 78.24 236.28 -
System Red Green Blue C M Y K H S L
Decimal 243 31 3 0 0.87 0.99 0.05 7 0.98 0.48
Hex F3 1F 3 0 57 63 5 7 62 30
Octal 363 37 3 0 127 143 5 7 142 60
Binary 11110011 11111 11 0 1010111 1100011 101 111 1100010 110000

Color Harmonies of #F31F03

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31F03

Black with #F31F03

Text Example


Text Example

White with #F31F03

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31F03; }

 p { color: rgb(243,31,3); }

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

background-color css

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

 a { background-color: rgb(243,31,3); }

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

border-color css

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

 span { border-color: rgb(243,31,3); }

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