Html Css Color HEX #F31C0B Scarlet

📋 copy color: '#F31C0B'

red 243 ◦ green 28 ◦ blue 11

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

Shades of Scarlet #F31C0B

Tints of Scarlet #F31C0B

RGB

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

 GREEN value IS 28 (11.33% from 255) = 9.93%

 BLUE value IS 11 (4.69% from 255) = 3.9%

R = 86.17%
G = 9.93%
B = 3.9%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.95

 K value IS 0.05

RGB Variations

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

Color information

#F31C0B (or 0xF31C0B) is known color: Scarlet. HEX triplet: F3, 1C and 0B. RGB value is (243,28,11). Sum of RGB (Red+Green+Blue) = 243+28+11=282 (37% of max value = 765). Red value is 243 (95.31% from 255 or 86.17% from 282); Green value is 28 (11.33% from 255 or 9.93% from 282); Blue value is 11 (4.69% from 255 or 3.90% from 282); Max value from RGB is 243 - color contains mainly: red. Hex color #F31C0B is not a web safe color. Web safe color analog (approx): #FF3300. Inversed color of #F31C0B is #0CE3F4. Grayscale: #5A5A5A. Windows color (decimal): -844789 or 728307. OLE color: 728307.

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

Color convert

RGB 243 28 11 -
CMYK 0 0.88 0.95 0.05
HSL 4.4º 0.91% 0.5% -
HSV(B) 4.4º 0.95% 0.95% -
XYZ 37.44 19.91 2.19 -
YUV 90.35 83.23 236.88 -
System Red Green Blue C M Y K H S L
Decimal 243 28 11 0 0.88 0.95 0.05 4.4 0.91 0.5
Hex F3 1C B 0 58 5F 5 4 5B 32
Octal 363 34 13 0 130 137 5 4 133 62
Binary 11110011 11100 1011 0 1011000 1011111 101 100 1011011 110010

Color Harmonies of #F31C0B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #F31C0B

Black with #F31C0B

Text Example


Text Example

White with #F31C0B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #F31C0B; }

 p { color: rgb(243,28,11); }

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

background-color css

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

 a { background-color: rgb(243,28,11); }

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

border-color css

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

 span { border-color: rgb(243,28,11); }

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